Cigar
#7d4e38
Cigar, represented by the hex value #7d4e38, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7d4e38 | |
|---|---|---|
| RGB | rgb(125, 78, 56) | |
| HSL | hsl(19, 38%, 35%) | |
| CMYK | cmyk(0%, 38%, 55%, 51%) | |
| LAB | lab(38, 19, 22) | |
| OKLCH | oklch(0.47 0.072 46) |
Color harmonies
Tints & shades
Code snippets
color: #7d4e38;
background-color: #7d4e38;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7D4E38)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.31, blue: 0.22, alpha: 1.0)