Dark Wood
#855e42
Dark Wood, represented by the hex value #855e42, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #855e42 | |
|---|---|---|
| RGB | rgb(133, 94, 66) | |
| HSL | hsl(25, 34%, 39%) | |
| CMYK | cmyk(0%, 29%, 50%, 48%) | |
| LAB | lab(44, 14, 23) | |
| OKLCH | oklch(0.52 0.066 56) |
Color harmonies
Tints & shades
Code snippets
color: #855e42;
background-color: #855e42;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF855E42)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.37, blue: 0.26, alpha: 1.0)