Otterly Brown
#8c4512
Otterly Brown is a color with the hex code #8c4512. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #8c4512 | |
|---|---|---|
| RGB | rgb(140, 69, 18) | |
| HSL | hsl(25, 77%, 31%) | |
| CMYK | cmyk(0%, 51%, 87%, 45%) | |
| LAB | lab(38, 28, 42) | |
| OKLCH | oklch(0.47 0.113 51) |
Color harmonies
Tints & shades
Code snippets
color: #8c4512;
background-color: #8c4512;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8C4512)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.27, blue: 0.07, alpha: 1.0)