Walnut
#773f1a
Walnut, represented by the hex value #773f1a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #773f1a | |
|---|---|---|
| RGB | rgb(119, 63, 26) | |
| HSL | hsl(24, 64%, 28%) | |
| CMYK | cmyk(0%, 47%, 78%, 53%) | |
| LAB | lab(33, 23, 33) | |
| OKLCH | oklch(0.43 0.092 51) |
Color harmonies
Tints & shades
Code snippets
color: #773f1a;
background-color: #773f1a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF773F1A)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.25, blue: 0.10, alpha: 1.0)