Shades of Raw Sienna #D07442
Tints of Raw Sienna #D07442
RGB
CMYK
RGB Variations
Color information
#D07442 (or 0xD07442) is known color: Raw Sienna. HEX triplet: D0, 74 and 42. RGB value is (208,116,66). Sum of RGB (Red+Green+Blue) = 208+116+66=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D07442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07442 is #2F8BBD. Grayscale: #8A8A8A. Windows color (decimal): -3115966 or 4355280. OLE color: 4355280.
HSL color Cylindrical-coordinate representation of color #D07442: hue angle of 21.13º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D07442 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 66 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.18 |
| HSL | 21.13º | 0.6% | 0.54% | - |
| HSV(B) | 21.13º | 0.68% | 0.82% | - |
| XYZ | 33.24 | 26.29 | 8.48 | - |
| YUV | 137.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 66 | 0 | 0.44 | 0.68 | 0.18 | 21.13 | 0.6 | 0.54 |
| Hex | D0 | 74 | 42 | 0 | 2C | 44 | 12 | 15 | 3C | 36 |
| Octal | 320 | 164 | 102 | 0 | 54 | 104 | 22 | 25 | 74 | 66 |
| Binary | 11010000 | 1110100 | 1000010 | 0 | 101100 | 1000100 | 10010 | 10101 | 111100 | 110110 |
Color Harmonies of #D07442
Complementary color
Monochromatic Colors of #D07442
Black with #D07442
Text Example
Text Example
White with #D07442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07442; }
p { color: rgb(208,116,66); }
H1.HeaderClassName
{
color: #D07442;
}
.AnyTagClassName
{
color: #D07442;
}
</style>
background-color css
<style>
a { background-color: #D07442; }
a { background-color: rgb(208,116,66); }
div.DivClassName
{
background-color: #D07442;
}
.BgClassName
{
background-color: #D07442;
}
</style>
border-color css
<style>
span { border-color: #D07442; }
span { border-color: rgb(208,116,66); }
td.TdClassName
{
border-color: #D07442;
}
.TagClassName
{
border-color: #D07442;
}
</style>