SKU: D291-01

Parellen - Dining UPH Side Chair (Set of 2) - Gray

$26999 USD $32999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Bring a relaxed yet refined sense of good taste to a space with this wonderfully comfortable dining chair. Clean-lined frame sports a gray finish that’s so easy on the eyes. Covered in a complementary textured beige fabric, the chair’s cushioned upholstered seat goes easy on the body. And with classic X-back styling, this chair is an inspired choice for modern farmhouse living.

Additional Dimensions
  • Seat width: 20.25"
  • Seat depth: 18.13"
  • Seat height: 19.75"


Product Features
  • Made of wood
  • Light beige woven polyester upholstery and gray finish
  • X-back design with tapered legs
  • Assembly required


Parellen - Dining UPH Side Chair (Set of 2) - Gray
20.25"W x 22.88"D x 39.13"H - 21.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });