Cocoa
#875f42
Looking for the precise values behind Cocoa (#875f42)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #875f42 | |
|---|---|---|
| RGB | rgb(135, 95, 66) | |
| HSL | hsl(25, 34%, 39%) | |
| CMYK | cmyk(0%, 30%, 51%, 47%) | |
| LAB | lab(44, 14, 23) | |
| OKLCH | oklch(0.52 0.067 57) |
Color harmonies
Tints & shades
Code snippets
color: #875f42;
background-color: #875f42;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF875F42)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.37, blue: 0.26, alpha: 1.0)