Chilli Con Carne
#985e2b
Chilli Con Carne, represented by the hex value #985e2b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #985e2b | |
|---|---|---|
| RGB | rgb(152, 94, 43) | |
| HSL | hsl(28, 56%, 38%) | |
| CMYK | cmyk(0%, 38%, 72%, 40%) | |
| LAB | lab(46, 21, 39) | |
| OKLCH | oklch(0.54 0.1 59) |
Color harmonies
Tints & shades
Code snippets
color: #985e2b;
background-color: #985e2b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF985E2B)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.37, blue: 0.17, alpha: 1.0)