Shades of Raw Sienna #D08041
Tints of Raw Sienna #D08041
RGB
CMYK
RGB Variations
Color information
#D08041 (or 0xD08041) is known color: Raw Sienna. HEX triplet: D0, 80 and 41. RGB value is (208,128,65). Sum of RGB (Red+Green+Blue) = 208+128+65=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D08041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08041 is #2F7FBE. Grayscale: #919191. Windows color (decimal): -3112895 or 4292816. OLE color: 4292816.
HSL color Cylindrical-coordinate representation of color #D08041: hue angle of 26.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D08041 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 65 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.18 |
| HSL | 26.43º | 0.6% | 0.54% | - |
| HSV(B) | 26.43º | 0.69% | 0.82% | - |
| XYZ | 34.69 | 29.23 | 8.81 | - |
| YUV | 144.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 65 | 0 | 0.38 | 0.69 | 0.18 | 26.43 | 0.6 | 0.54 |
| Hex | D0 | 80 | 41 | 0 | 26 | 45 | 12 | 1A | 3C | 36 |
| Octal | 320 | 200 | 101 | 0 | 46 | 105 | 22 | 32 | 74 | 66 |
| Binary | 11010000 | 10000000 | 1000001 | 0 | 100110 | 1000101 | 10010 | 11010 | 111100 | 110110 |
Color Harmonies of #D08041
Complementary color
Monochromatic Colors of #D08041
Black with #D08041
Text Example
Text Example
White with #D08041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08041; }
p { color: rgb(208,128,65); }
H1.HeaderClassName
{
color: #D08041;
}
.AnyTagClassName
{
color: #D08041;
}
</style>
background-color css
<style>
a { background-color: #D08041; }
a { background-color: rgb(208,128,65); }
div.DivClassName
{
background-color: #D08041;
}
.BgClassName
{
background-color: #D08041;
}
</style>
border-color css
<style>
span { border-color: #D08041; }
span { border-color: rgb(208,128,65); }
td.TdClassName
{
border-color: #D08041;
}
.TagClassName
{
border-color: #D08041;
}
</style>