English Walnut
#3e2b23
English Walnut, represented by the hex value #3e2b23, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3e2b23 | |
|---|---|---|
| RGB | rgb(62, 43, 35) | |
| HSL | hsl(18, 28%, 19%) | |
| CMYK | cmyk(0%, 31%, 44%, 76%) | |
| LAB | lab(20, 8, 9) | |
| OKLCH | oklch(0.31 0.032 44) |
Color harmonies
Tints & shades
Code snippets
color: #3e2b23;
background-color: #3e2b23;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF3E2B23)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.17, blue: 0.14, alpha: 1.0)