Shades of Raw Sienna #D07A49
Tints of Raw Sienna #D07A49
RGB
CMYK
RGB Variations
Color information
#D07A49 (or 0xD07A49) is known color: Raw Sienna. HEX triplet: D0, 7A and 49. RGB value is (208,122,73). Sum of RGB (Red+Green+Blue) = 208+122+73=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A49 is #2F85B6. Grayscale: #8E8E8E. Windows color (decimal): -3114423 or 4815568. OLE color: 4815568.
HSL color Cylindrical-coordinate representation of color #D07A49: hue angle of 21.78º 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 #D07A49 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 73 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.18 |
| HSL | 21.78º | 0.59% | 0.55% | - |
| HSV(B) | 21.78º | 0.65% | 0.82% | - |
| XYZ | 34.17 | 27.81 | 9.87 | - |
| YUV | 142.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 73 | 0 | 0.41 | 0.65 | 0.18 | 21.78 | 0.59 | 0.55 |
| Hex | D0 | 7A | 49 | 0 | 29 | 41 | 12 | 16 | 3B | 37 |
| Octal | 320 | 172 | 111 | 0 | 51 | 101 | 22 | 26 | 73 | 67 |
| Binary | 11010000 | 1111010 | 1001001 | 0 | 101001 | 1000001 | 10010 | 10110 | 111011 | 110111 |
Color Harmonies of #D07A49
Complementary color
Monochromatic Colors of #D07A49
Black with #D07A49
Text Example
Text Example
White with #D07A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A49; }
p { color: rgb(208,122,73); }
H1.HeaderClassName
{
color: #D07A49;
}
.AnyTagClassName
{
color: #D07A49;
}
</style>
background-color css
<style>
a { background-color: #D07A49; }
a { background-color: rgb(208,122,73); }
div.DivClassName
{
background-color: #D07A49;
}
.BgClassName
{
background-color: #D07A49;
}
</style>
border-color css
<style>
span { border-color: #D07A49; }
span { border-color: rgb(208,122,73); }
td.TdClassName
{
border-color: #D07A49;
}
.TagClassName
{
border-color: #D07A49;
}
</style>