Fallen Canopy
#b85824
Fallen Canopy, represented by the hex value #b85824, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b85824 | |
|---|---|---|
| RGB | rgb(184, 88, 36) | |
| HSL | hsl(21, 67%, 43%) | |
| CMYK | cmyk(0%, 52%, 80%, 28%) | |
| LAB | lab(49, 37, 47) | |
| OKLCH | oklch(0.57 0.14 46) |
Color harmonies
Tints & shades
Code snippets
color: #b85824;
background-color: #b85824;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB85824)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.35, blue: 0.14, alpha: 1.0)