Evil Cigar
#522000
Evil Cigar, represented by the hex value #522000, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #522000 | |
|---|---|---|
| RGB | rgb(82, 32, 0) | |
| HSL | hsl(23, 100%, 16%) | |
| CMYK | cmyk(0%, 61%, 100%, 68%) | |
| LAB | lab(20, 23, 29) | |
| OKLCH | oklch(0.31 0.085 48) |
Color harmonies
Tints & shades
Code snippets
color: #522000;
background-color: #522000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF522000)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.13, blue: 0.00, alpha: 1.0)