Shades of Raw Sienna #D08449
Tints of Raw Sienna #D08449
RGB
CMYK
RGB Variations
Color information
#D08449 (or 0xD08449) is known color: Raw Sienna. HEX triplet: D0, 84 and 49. RGB value is (208,132,73). Sum of RGB (Red+Green+Blue) = 208+132+73=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D08449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08449 is #2F7BB6. Grayscale: #949494. Windows color (decimal): -3111863 or 4818128. OLE color: 4818128.
HSL color Cylindrical-coordinate representation of color #D08449: hue angle of 26.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D08449 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 73 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.18 |
| HSL | 26.22º | 0.59% | 0.55% | - |
| HSV(B) | 26.22º | 0.65% | 0.82% | - |
| XYZ | 35.47 | 30.39 | 10.3 | - |
| YUV | 148 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 73 | 0 | 0.37 | 0.65 | 0.18 | 26.22 | 0.59 | 0.55 |
| Hex | D0 | 84 | 49 | 0 | 25 | 41 | 12 | 1A | 3B | 37 |
| Octal | 320 | 204 | 111 | 0 | 45 | 101 | 22 | 32 | 73 | 67 |
| Binary | 11010000 | 10000100 | 1001001 | 0 | 100101 | 1000001 | 10010 | 11010 | 111011 | 110111 |
Color Harmonies of #D08449
Complementary color
Monochromatic Colors of #D08449
Black with #D08449
Text Example
Text Example
White with #D08449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08449; }
p { color: rgb(208,132,73); }
H1.HeaderClassName
{
color: #D08449;
}
.AnyTagClassName
{
color: #D08449;
}
</style>
background-color css
<style>
a { background-color: #D08449; }
a { background-color: rgb(208,132,73); }
div.DivClassName
{
background-color: #D08449;
}
.BgClassName
{
background-color: #D08449;
}
</style>
border-color css
<style>
span { border-color: #D08449; }
span { border-color: rgb(208,132,73); }
td.TdClassName
{
border-color: #D08449;
}
.TagClassName
{
border-color: #D08449;
}
</style>