Shades of Raw Sienna #D07A45
Tints of Raw Sienna #D07A45
RGB
CMYK
RGB Variations
Color information
#D07A45 (or 0xD07A45) is known color: Raw Sienna. HEX triplet: D0, 7A and 45. RGB value is (208,122,69). Sum of RGB (Red+Green+Blue) = 208+122+69=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A45 is #2F85BA. Grayscale: #8D8D8D. Windows color (decimal): -3114427 or 4553424. OLE color: 4553424.
HSL color Cylindrical-coordinate representation of color #D07A45: hue angle of 22.88º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D07A45 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 69 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.18 |
| HSL | 22.88º | 0.6% | 0.54% | - |
| HSV(B) | 22.88º | 0.67% | 0.82% | - |
| XYZ | 34.05 | 27.76 | 9.19 | - |
| YUV | 141.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 69 | 0 | 0.41 | 0.67 | 0.18 | 22.88 | 0.6 | 0.54 |
| Hex | D0 | 7A | 45 | 0 | 29 | 43 | 12 | 17 | 3C | 36 |
| Octal | 320 | 172 | 105 | 0 | 51 | 103 | 22 | 27 | 74 | 66 |
| Binary | 11010000 | 1111010 | 1000101 | 0 | 101001 | 1000011 | 10010 | 10111 | 111100 | 110110 |
Color Harmonies of #D07A45
Complementary color
Monochromatic Colors of #D07A45
Black with #D07A45
Text Example
Text Example
White with #D07A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A45; }
p { color: rgb(208,122,69); }
H1.HeaderClassName
{
color: #D07A45;
}
.AnyTagClassName
{
color: #D07A45;
}
</style>
background-color css
<style>
a { background-color: #D07A45; }
a { background-color: rgb(208,122,69); }
div.DivClassName
{
background-color: #D07A45;
}
.BgClassName
{
background-color: #D07A45;
}
</style>
border-color css
<style>
span { border-color: #D07A45; }
span { border-color: rgb(208,122,69); }
td.TdClassName
{
border-color: #D07A45;
}
.TagClassName
{
border-color: #D07A45;
}
</style>