Raw Sienna Hex Code — #C97D46
RGB, HSL, and CMYK values for Raw Sienna.
Last updated: April 6, 2026
Raw Sienna Color Values
| Format | Value |
|---|---|
| HEX | #C97D46 |
| RGB | rgb(201, 125, 70) |
| HSL | hsl(25, 55%, 53%) |
| CMYK | cmyk(0%, 38%, 65%, 21%) |
About Raw Sienna
Color psychology: Warmth, naturalness.
Raw Sienna (#C97D46) is a medium shade of orange with a hue angle of 25° on the color wheel, 55% saturation, and 53% lightness. It's commonly used in web design, graphic design, and branding where warmth, naturalness are desired associations.
In color theory, Raw Sienna sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Raw Sienna in Design
Web Design
Use Raw Sienna for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Raw Sienna conveys warmth, naturalness — 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:38% Y:65% K:21%) 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 Raw Sienna work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Raw Sienna in CSS
/* Using HEX */ color: #C97D46; background-color: #C97D46; /* Using RGB */ color: rgb(201, 125, 70); /* Using HSL — best for creating variations */ color: hsl(25, 55%, 53%); /* Transparent overlay (50% opacity) */ background-color: rgba(201, 125, 70, 0.5); /* Lighter variant for hover states */ background-color: hsl(25, 55%, 63%); /* Darker variant for active states */ background-color: hsl(25, 55%, 43%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Raw Sienna without changing its core hue or saturation.
Colors That Go With Raw Sienna
Complementary
Analogous
Triadic
Similar Shades of Orange
Frequently Asked Questions
What is the hex code for Raw Sienna?
What is Raw Sienna in RGB and when should I use RGB?
How to use Raw Sienna in CSS with different color formats?
What is the HSL value of Raw Sienna and why is HSL useful for designers?
What is the CMYK value of Raw Sienna for print design?
What colors pair well with Raw Sienna in design projects?
Is Raw Sienna (#C97D46) 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.