Shades of Raw Sienna #D07F45
Tints of Raw Sienna #D07F45
RGB
CMYK
RGB Variations
Color information
#D07F45 (or 0xD07F45) is known color: Raw Sienna. HEX triplet: D0, 7F and 45. RGB value is (208,127,69). Sum of RGB (Red+Green+Blue) = 208+127+69=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F45 is #2F80BA. Grayscale: #909090. Windows color (decimal): -3113147 or 4554704. OLE color: 4554704.
HSL color Cylindrical-coordinate representation of color #D07F45: hue angle of 25.04º 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 #D07F45 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 69 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.18 |
| HSL | 25.04º | 0.6% | 0.54% | - |
| HSV(B) | 25.04º | 0.67% | 0.82% | - |
| XYZ | 34.68 | 29.02 | 9.4 | - |
| YUV | 144.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 69 | 0 | 0.39 | 0.67 | 0.18 | 25.04 | 0.6 | 0.54 |
| Hex | D0 | 7F | 45 | 0 | 27 | 43 | 12 | 19 | 3C | 36 |
| Octal | 320 | 177 | 105 | 0 | 47 | 103 | 22 | 31 | 74 | 66 |
| Binary | 11010000 | 1111111 | 1000101 | 0 | 100111 | 1000011 | 10010 | 11001 | 111100 | 110110 |
Color Harmonies of #D07F45
Complementary color
Monochromatic Colors of #D07F45
Black with #D07F45
Text Example
Text Example
White with #D07F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F45; }
p { color: rgb(208,127,69); }
H1.HeaderClassName
{
color: #D07F45;
}
.AnyTagClassName
{
color: #D07F45;
}
</style>
background-color css
<style>
a { background-color: #D07F45; }
a { background-color: rgb(208,127,69); }
div.DivClassName
{
background-color: #D07F45;
}
.BgClassName
{
background-color: #D07F45;
}
</style>
border-color css
<style>
span { border-color: #D07F45; }
span { border-color: rgb(208,127,69); }
td.TdClassName
{
border-color: #D07F45;
}
.TagClassName
{
border-color: #D07F45;
}
</style>