SKU: RV600S

Riverdale - Upholstered Chair (Set of 2) - Dark Brown

$38999 USD $48999


Delivery and Shipping

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

Rustic Ranch styling in an Upholstered Side Chair that works as a dining, guest or desk chair. The heirloom feel of the chair is accented with a saw-rasped, heavily distressed leg that gives the look of an antique passed down from generation to generation.

Product Features
  • Constructed of rubberwood solids and engineered hardwoods
  • Plastic glides help protect floors from mars or scratches
  • Solidly constructed using mortise-and-tenon joinery and corner blocks for exceptional stability.


Riverdale - Upholstered Chair (Set of 2) - Dark Brown
20.0"W x 25.0"D x 40.0"H - 22.55 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'); } } });