Pyramid
#9f7d4f
Here's everything about the color Pyramid (#9f7d4f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #9f7d4f | |
|---|---|---|
| RGB | rgb(159, 125, 79) | |
| HSL | hsl(35, 34%, 47%) | |
| CMYK | cmyk(0%, 21%, 50%, 38%) | |
| LAB | lab(55, 9, 30) | |
| OKLCH | oklch(0.61 0.075 74) |
Color harmonies
Tints & shades
Code snippets
color: #9f7d4f;
background-color: #9f7d4f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9F7D4F)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.49, blue: 0.31, alpha: 1.0)