Medium Roast
#3c2005
Medium Roast, represented by the hex value #3c2005, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3c2005 | |
|---|---|---|
| RGB | rgb(60, 32, 5) | |
| HSL | hsl(29, 85%, 13%) | |
| CMYK | cmyk(0%, 47%, 92%, 76%) | |
| LAB | lab(16, 12, 21) | |
| OKLCH | oklch(0.28 0.058 60) |
Color harmonies
Tints & shades
Code snippets
color: #3c2005;
background-color: #3c2005;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF3C2005)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.13, blue: 0.02, alpha: 1.0)