SKU: L208294

Hanswell - Metal Table Lamp - Dark Brown

$18999 USD $23999


Delivery and Shipping

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

Add a touch of rustic industrial style to your decor with this eye-catching table lamp. Its drum shade and decorative metal frame bring an appealing touch to your home. A dark brown finish complements the shade's lighter neutral color, making this lamp ideal for enhancing casual urban spaces.

Additional Dimensions
  • Shade: 0"
  • Base: 0"
  • Cord length: 94"


Product Features
  • Made of metal with drum hardback fabric shade
  • Dark brown finish
  • Pull-chain switch
  • 2 E26 sockets; 2 type A bulbs recommended (not included); 60 watts max or LED equivalent; UL Listed
  • Assembly required


Hanswell - Metal Table Lamp - Dark Brown
17.13"W x 17.13"D x 30.0"H - 12.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'); } } });