Shades of Raw Sienna #D5824E
Tints of Raw Sienna #D5824E
RGB
CMYK
RGB Variations
Color information
#D5824E (or 0xD5824E) is known color: Raw Sienna. HEX triplet: D5, 82 and 4E. RGB value is (213,130,78). Sum of RGB (Red+Green+Blue) = 213+130+78=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5824E is #2A7DB1. Grayscale: #959595. Windows color (decimal): -2784690 or 5145301. OLE color: 5145301.
HSL color Cylindrical-coordinate representation of color #D5824E: hue angle of 23.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5824E is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 78 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.16 |
| HSL | 23.11º | 0.62% | 0.57% | - |
| HSV(B) | 23.11º | 0.63% | 0.84% | - |
| XYZ | 36.8 | 30.66 | 11.19 | - |
| YUV | 148.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 78 | 0 | 0.39 | 0.63 | 0.16 | 23.11 | 0.62 | 0.57 |
| Hex | D5 | 82 | 4E | 0 | 27 | 3F | 10 | 17 | 3E | 39 |
| Octal | 325 | 202 | 116 | 0 | 47 | 77 | 20 | 27 | 76 | 71 |
| Binary | 11010101 | 10000010 | 1001110 | 0 | 100111 | 111111 | 10000 | 10111 | 111110 | 111001 |
Color Harmonies of #D5824E
Complementary color
Monochromatic Colors of #D5824E
Black with #D5824E
Text Example
Text Example
White with #D5824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5824E; }
p { color: rgb(213,130,78); }
H1.HeaderClassName
{
color: #D5824E;
}
.AnyTagClassName
{
color: #D5824E;
}
</style>
background-color css
<style>
a { background-color: #D5824E; }
a { background-color: rgb(213,130,78); }
div.DivClassName
{
background-color: #D5824E;
}
.BgClassName
{
background-color: #D5824E;
}
</style>
border-color css
<style>
span { border-color: #D5824E; }
span { border-color: rgb(213,130,78); }
td.TdClassName
{
border-color: #D5824E;
}
.TagClassName
{
border-color: #D5824E;
}
</style>