Brown Coffee
#4a2c2a
Brown Coffee is a color with the hex code #4a2c2a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4a2c2a | |
|---|---|---|
| RGB | rgb(74, 44, 42) | |
| HSL | hsl(4, 28%, 23%) | |
| CMYK | cmyk(0%, 41%, 43%, 71%) | |
| LAB | lab(22, 14, 7) | |
| OKLCH | oklch(0.33 0.045 24) |
Color harmonies
Tints & shades
Code snippets
color: #4a2c2a;
background-color: #4a2c2a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4A2C2A)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.17, blue: 0.16, alpha: 1.0)