Couch
#4e2a20
Looking for the precise values behind Couch (#4e2a20)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4e2a20 | |
|---|---|---|
| RGB | rgb(78, 42, 32) | |
| HSL | hsl(13, 42%, 22%) | |
| CMYK | cmyk(0%, 46%, 59%, 69%) | |
| LAB | lab(22, 16, 14) | |
| OKLCH | oklch(0.33 0.057 36) |
Color harmonies
Tints & shades
Code snippets
color: #4e2a20;
background-color: #4e2a20;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4E2A20)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.16, blue: 0.13, alpha: 1.0)