Sandy Brown Hex Code — #F4A460
RGB, HSL, and CMYK values for Sandy Brown.
Last updated: April 6, 2026
Sandy Brown Color Values
| Format | Value |
|---|---|
| HEX | #F4A460 |
| RGB | rgb(244, 164, 96) |
| HSL | hsl(28, 87%, 67%) |
| CMYK | cmyk(0%, 33%, 61%, 4%) |
About Sandy Brown
Color psychology: Warmth, comfort.
Sandy Brown (#F4A460) is a medium shade of brown with a hue angle of 28° on the color wheel, 87% saturation, and 67% lightness. It's commonly used in web design, graphic design, and branding where warmth, comfort are desired associations.
In color theory, Sandy Brown sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Sandy Brown in Design
Web Design
Use Sandy Brown as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Sandy Brown conveys warmth, comfort — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:33% Y:61% K:4%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Sandy Brown work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Sandy Brown in CSS
/* Using HEX */ color: #F4A460; background-color: #F4A460; /* Using RGB */ color: rgb(244, 164, 96); /* Using HSL — best for creating variations */ color: hsl(28, 87%, 67%); /* Transparent overlay (50% opacity) */ background-color: rgba(244, 164, 96, 0.5); /* Lighter variant for hover states */ background-color: hsl(28, 87%, 77%); /* Darker variant for active states */ background-color: hsl(28, 87%, 57%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Sandy Brown without changing its core hue or saturation.
Colors That Go With Sandy Brown
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Sandy Brown?
What is Sandy Brown in RGB and when should I use RGB?
How to use Sandy Brown in CSS with different color formats?
What is the HSL value of Sandy Brown and why is HSL useful for designers?
What is the CMYK value of Sandy Brown for print design?
What colors pair well with Sandy Brown in design projects?
Is Sandy Brown (#F4A460) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.