Caramel Crumb
#c39355
Looking for the precise values behind Caramel Crumb (#c39355)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c39355 | |
|---|---|---|
| RGB | rgb(195, 147, 85) | |
| HSL | hsl(34, 48%, 55%) | |
| CMYK | cmyk(0%, 25%, 56%, 24%) | |
| LAB | lab(65, 14, 40) | |
| OKLCH | oklch(0.7 0.098 72) |
Color harmonies
Tints & shades
Code snippets
color: #c39355;
background-color: #c39355;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC39355)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.58, blue: 0.33, alpha: 1.0)