Close but No Cigar
#361d0a
Close but No Cigar, represented by the hex value #361d0a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #361d0a | |
|---|---|---|
| RGB | rgb(54, 29, 10) | |
| HSL | hsl(26, 69%, 13%) | |
| CMYK | cmyk(0%, 46%, 81%, 79%) | |
| LAB | lab(14, 11, 17) | |
| OKLCH | oklch(0.26 0.049 56) |
Color harmonies
Tints & shades
Code snippets
color: #361d0a;
background-color: #361d0a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF361D0A)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.11, blue: 0.04, alpha: 1.0)