Turtle
#523f31
Looking for the precise values behind Turtle (#523f31)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #523f31 | |
|---|---|---|
| RGB | rgb(82, 63, 49) | |
| HSL | hsl(25, 25%, 26%) | |
| CMYK | cmyk(0%, 23%, 40%, 68%) | |
| LAB | lab(28, 7, 12) | |
| OKLCH | oklch(0.38 0.035 58) |
Color harmonies
Tints & shades
Code snippets
color: #523f31;
background-color: #523f31;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF523F31)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.25, blue: 0.19, alpha: 1.0)