Cinnamon Sparkle
#9c5736
Cinnamon Sparkle, represented by the hex value #9c5736, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9c5736 | |
|---|---|---|
| RGB | rgb(156, 87, 54) | |
| HSL | hsl(19, 49%, 41%) | |
| CMYK | cmyk(0%, 44%, 65%, 39%) | |
| LAB | lab(45, 27, 32) | |
| OKLCH | oklch(0.53 0.103 45) |
Color harmonies
Tints & shades
Code snippets
color: #9c5736;
background-color: #9c5736;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9C5736)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.34, blue: 0.21, alpha: 1.0)