ForMatter/Materials/wood/Mahogany (Swietenia macrophylla, Honduran / South American)
mat_mahogany_honduran

Mahogany (Swietenia macrophylla, Honduran / South American)

tropical hardwood, deciduous, fine-grained heirloom cabinet wood · genuine mahogany, Honduras mahogany, South American mahogany, big-leaf mahogany, Swietenia

The wood of every fine antique cabinet. The wood Chippendale built a furniture vocabulary out of in 1750s London. The wood the back of a Martin guitar is built from. Honduran mahogany (Swietenia macrophylla) is the genuine article — fine-grained, dimensionally stable, deep reddish-brown that ages to a richer color, takes a French polish like nothing else, carves cleanly in any direction. The wood of the Caribbean and Central American canopy. Heavily over-harvested through the 20th century; protected under CITES Appendix II since 2003, which means responsibly-sourced FSC-certified mahogany is the only version a designer should specify. African mahogany (Khaya), Philippine mahogany (Shorea — actually a meranti), and the various 'mahoganies' that aren't really mahogany are alternatives but read differently. Buy from Rockler / Woodcraft, from premium specialty hardwood dealers (Hardwoods Inc, World Timber).

Swietenia macrophylla, family Meliaceae. Density 540–650 kg/m³ (12 percent MC). Modulus of rupture 75–90 MPa. Modulus of elasticity 9.5–11.5 GPa. Compression parallel to grain 45–52 MPa. Shrinkage radial 3.0 percent / tangential 4.5 percent (very low — exceptional dimensional stability, the cabinet-wood property). Janka hardness ~3700 N (830 lbf). Color: heartwood pinkish-brown freshly cut, deepening to medium reddish-brown over years; sapwood pale yellow-white. Grain typically straight but interlocked grain is common (the property responsible for the famous ribbon-stripe figure on quartersawn mahogany). Texture medium, uniform. Works exceptionally well — sands cleanly, carves at any angle, takes a high polish, glues without surface treatment, fasteners hold well. The traditional French-polish finish (shellac applied with a fad in many thin coats) was developed for mahogany furniture and reads best on this wood.

mechanical

  • density_kg_m3595
  • modulus_of_rupture_mpa82
  • janka_hardness_n3700
  • shrinkage_radial_percent3.0
  • shrinkage_tangential_percent4.5
source: USDA Forest Products Laboratory, Wood Handbook (FPL-GTR-282, 2021), Chapter 5; Wood Database (wood-database.com)

Sustainability

  • embodied carbon kg co2e per kg0.45
  • sourceEditorial estimate — wood embodied carbon is dominated by transport (South America to Northern Hemisphere) and harvest impact. CITES protection has reduced volume to FSC-managed sustainable yield only.
  • recyclabilityhigh — solid mahogany is reworkable indefinitely; salvaged antique mahogany is a premium reclaim market
  • biodegradableTrue
  • certificationsCITES Appendix II (2003-present, regulated international trade), FSC certification non-negotiable for ethical specification
  • localityCentral America (Belize, Guatemala, Honduras), South America (Bolivia, Brazil, Peru); FSC-certified plantation sources in Fiji, Madagascar
visual
pinkish-brown when freshly milled, deepening to rich reddish-brown over years; ribbon-stripe figure on quartersawn pieces; takes French polish to a deep mirror-like glow
tactile
smooth fine-grained surface; sands without raised grain; the cabinet-maker's preferred hand
weight perception
moderate to light — less dense than oak or teak; reads as substantial but not heavy
acoustic
a clear bell-tone when struck; the property guitar makers exploit for back-and-sides resonance
Penny Sparke (living — quote)

Fashionable furniture of the eighteenth century was dominated by the use of mahogany.

Sparke, *Design in Context* (Bloomsbury, 1991 [first published Quarto, 1987]), Chapter 1, 'Design and Commerce in the Eighteenth Century,' section 'Thomas Chippendale and the Eighteenth Century Furniture Trade.' Sparke notes mahogany replaced English oak (whose stocks had been depleted by the ship-building industry) as the canonical 18th-century furniture wood — the imported tropical timber that defined fashionable taste from the 1750s onward.

PBR starter values

finish · woodgrain — open for table, JSON, host snippets, downloads

Principled BSDF defaults derived from the sphere woodgrain finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →

# finish:                   woodgrain
albedo                      #6b3520
metallic                    0.00
roughness                   0.60
ior                         1.45
transmission                0.00
clearcoat                   0.00
sheen                       0.00
anisotropic                 0.60
copy as JSON
{
  "albedo": "#6b3520",
  "metallic": 0.0,
  "roughness": 0.6,
  "ior": 1.45,
  "transmission": 0.0,
  "clearcoat": 0.0,
  "sheen": 0.0,
  "anisotropic": 0.6
}
Blender 4.x Python
# Blender 4.x — Principled BSDF
# Mahogany (Swietenia macrophylla, Honduran / South American) · finish: woodgrain
import bpy
mat = bpy.data.materials.new(name="mat_mahogany_honduran")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value         = (0.147, 0.0356, 0.0144, 1.0)
bsdf.inputs["Metallic"].default_value           = 0.000
bsdf.inputs["Roughness"].default_value          = 0.600
bsdf.inputs["IOR"].default_value                = 1.450
bsdf.inputs["Transmission Weight"].default_value = 0.000
bsdf.inputs["Coat Weight"].default_value        = 0.000
bsdf.inputs["Sheen Weight"].default_value       = 0.000
bsdf.inputs["Anisotropic"].default_value        = 0.600
KeyShot Python (lux)
# KeyShot 11+ — lux Python API, Generic material
# Mahogany (Swietenia macrophylla, Honduran / South American) · finish: woodgrain
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_mahogany_honduran", materialType="Generic")
mat.setProperty("diffuse",      (107, 53, 32))   # 8-bit sRGB
mat.setProperty("metallic",     0.000)
mat.setProperty("roughness",    0.600)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.000)
Substance pbrMetalRough
{
  "_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
  "_about": "Mahogany (Swietenia macrophylla, Honduran / South American) \u00b7 finish: woodgrain",
  "baseColor": {
    "r": 0.147,
    "g": 0.0356,
    "b": 0.0144
  },
  "metallic": 0.0,
  "roughness": 0.6,
  "ior": 1.45,
  "opacity": 1.0,
  "anisotropyLevel": 0.6,
  "_notes": "Channels listed are the standard Substance pbrMetalRough output. Drop into a Uniform Color node per channel, or as the constant input on a layered stack."
}
glTF 2.0 Metallic-Roughness
{
  "asset": {
    "version": "2.0",
    "generator": "ForMatter"
  },
  "materials": [
    {
      "name": "mat_mahogany_honduran",
      "pbrMetallicRoughness": {
        "baseColorFactor": [
          0.147,
          0.0356,
          0.0144,
          1.0
        ],
        "metallicFactor": 0.0,
        "roughnessFactor": 0.6
      },
      "extensions": {
        "KHR_materials_ior": {
          "ior": 1.45
        }
      }
    }
  ]
}
USD Preview Surface
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Mahogany (Swietenia macrophylla, Honduran / South American) · finish: woodgrain
def Material "mat_mahogany_honduran" {
    token outputs:surface.connect = </mat_mahogany_honduran/PreviewSurface.outputs:surface>

    def Shader "PreviewSurface" {
        uniform token info:id = "UsdPreviewSurface"
        color3f inputs:diffuseColor = (0.147, 0.0356, 0.0144)
        float   inputs:metallic     = 0.000
        float   inputs:roughness    = 0.600
        float   inputs:ior          = 1.450
        float   inputs:opacity      = 1.000
        float   inputs:clearcoat    = 0.000
        token   outputs:surface
    }
}
↓ download glTF material

CNC milling on swarf

surface speed (carbide)1500–3000
chipload per tooth10–18 (1/4-inch 2-flute upcut)
coolantdust collection mandatory; mahogany dust is allergenic to some
swarf-compatible toolsend 1/8end 1/4end 3/8ball 1/4ball 3/8vee 1/8drill 1/8drill 1/4

The traditional fine-furniture and boat-building wood. Mills like a slightly softer oak — even grain, predictable feed, takes a beautiful finish. CITES-listed; verify chain-of-custody before sourcing.

Onsrud Cutter hardwood feeds & speeds; USDA Forest Products Lab Honduran Mahogany machining notes; CITES Appendix II compliance for *Swietenia macrophylla*.

→ try this material in swarf

Second life

repairabilityhigh — the canonical fine-furniture tradition. Boat-building tradition adds marine-grade repair techniques.
recyclabilitymoderate — solid stock reusable; salvage market is robust due to scarcity.
disposal pathsalvage market for old growth; compost / mulch for plantation stock.
typical longevity300 years (typical)
failure modes
  • drying checks under rapid humidity change
  • CITES Appendix II compliance burden at end of life (resale of CITES-listed mahogany requires permits)
  • moderate rot resistance — boat-building uses specifically mahogany species selected for marine durability

USDA Forest Products Lab Wood Handbook, Honduran Mahogany; CITES Appendix II compliance for *Swietenia macrophylla*.

In the collection

Citations

  • url · https://en.wikipedia.org/wiki/Mahogany
  • book · USDA Forest Products Laboratory, *Wood Handbook* (FPL-GTR-282, 2021)
  • book · Sparke, *Design in Context* (Bloomsbury, 1991), Chapter 1 — Chippendale-era mahogany as the canonical 18th-century fashionable-furniture wood, displacing English oak in response to ship-building demand and the new colonial trade routes.

Further reading