Shades of Raw Sienna #D5824D
Tints of Raw Sienna #D5824D
RGB
CMYK
RGB Variations
Color information
#D5824D (or 0xD5824D) is known color: Raw Sienna. HEX triplet: D5, 82 and 4D. RGB value is (213,130,77). Sum of RGB (Red+Green+Blue) = 213+130+77=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5824D is #2A7DB2. Grayscale: #959595. Windows color (decimal): -2784691 or 5079765. OLE color: 5079765.
HSL color Cylindrical-coordinate representation of color #D5824D: hue angle of 23.38º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5824D is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 77 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.16 |
| HSL | 23.38º | 0.62% | 0.57% | - |
| HSV(B) | 23.38º | 0.64% | 0.84% | - |
| XYZ | 36.76 | 30.65 | 11 | - |
| YUV | 148.78 | 87.5 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 77 | 0 | 0.39 | 0.64 | 0.16 | 23.38 | 0.62 | 0.57 |
| Hex | D5 | 82 | 4D | 0 | 27 | 40 | 10 | 17 | 3E | 39 |
| Octal | 325 | 202 | 115 | 0 | 47 | 100 | 20 | 27 | 76 | 71 |
| Binary | 11010101 | 10000010 | 1001101 | 0 | 100111 | 1000000 | 10000 | 10111 | 111110 | 111001 |
Color Harmonies of #D5824D
Complementary color
Monochromatic Colors of #D5824D
Black with #D5824D
Text Example
Text Example
White with #D5824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5824D; }
p { color: rgb(213,130,77); }
H1.HeaderClassName
{
color: #D5824D;
}
.AnyTagClassName
{
color: #D5824D;
}
</style>
background-color css
<style>
a { background-color: #D5824D; }
a { background-color: rgb(213,130,77); }
div.DivClassName
{
background-color: #D5824D;
}
.BgClassName
{
background-color: #D5824D;
}
</style>
border-color css
<style>
span { border-color: #D5824D; }
span { border-color: rgb(213,130,77); }
td.TdClassName
{
border-color: #D5824D;
}
.TagClassName
{
border-color: #D5824D;
}
</style>