SKU: D796-01

Darborn - Dining Room Side Chair (Set of 2) - Gray / Brown

$27999 USD $34999


Delivery and Shipping

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

Make a farmhouse-inspired statement with this dining chair. It's beautifully crafted with a clean two-tone finish and subtle curves. A versatile performer, this chair adds a casually comfortable vibe to a variety of spaces.

Additional Dimensions
  • Seat depth: 17.5"
  • Seat width: 19"
  • Seat height: 18"


Product Features
  • Made with solid wood frame and bent plywood components
  • Glazed light gray painted finish with brown cherry-stained seat
  • Bent slat-back frame and contoured seat
  • Assembly required


Darborn - Dining Room Side Chair (Set of 2) - Gray / Brown
19.5"W x 23.0"D x 41.38"H - 24.5 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'); } } });