Cappuccino
#704a3a
Here's everything about the color Cappuccino (#704a3a) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #704a3a | |
|---|---|---|
| RGB | rgb(112, 74, 58) | |
| HSL | hsl(18, 32%, 33%) | |
| CMYK | cmyk(0%, 34%, 48%, 56%) | |
| LAB | lab(36, 15, 16) | |
| OKLCH | oklch(0.45 0.058 44) |
Color harmonies
Tints & shades
Code snippets
color: #704a3a;
background-color: #704a3a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF704A3A)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.29, blue: 0.23, alpha: 1.0)