Chocolate Rain
#714f29
Chocolate Rain, represented by the hex value #714f29, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #714f29 | |
|---|---|---|
| RGB | rgb(113, 79, 41) | |
| HSL | hsl(32, 47%, 30%) | |
| CMYK | cmyk(0%, 30%, 64%, 56%) | |
| LAB | lab(37, 12, 28) | |
| OKLCH | oklch(0.46 0.07 67) |
Color harmonies
Tints & shades
Code snippets
color: #714f29;
background-color: #714f29;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF714F29)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.31, blue: 0.16, alpha: 1.0)