Shades of Raw Sienna #D07A51
Tints of Raw Sienna #D07A51
RGB
CMYK
RGB Variations
Color information
#D07A51 (or 0xD07A51) is known color: Raw Sienna. HEX triplet: D0, 7A and 51. RGB value is (208,122,81). Sum of RGB (Red+Green+Blue) = 208+122+81=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A51 is #2F85AE. Grayscale: #8F8F8F. Windows color (decimal): -3114415 or 5339856. OLE color: 5339856.
HSL color Cylindrical-coordinate representation of color #D07A51: hue angle of 19.37º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D07A51 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 81 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.18 |
| HSL | 19.37º | 0.57% | 0.57% | - |
| HSV(B) | 19.37º | 0.61% | 0.82% | - |
| XYZ | 34.46 | 27.92 | 11.36 | - |
| YUV | 143.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 81 | 0 | 0.41 | 0.61 | 0.18 | 19.37 | 0.57 | 0.57 |
| Hex | D0 | 7A | 51 | 0 | 29 | 3D | 12 | 13 | 39 | 39 |
| Octal | 320 | 172 | 121 | 0 | 51 | 75 | 22 | 23 | 71 | 71 |
| Binary | 11010000 | 1111010 | 1010001 | 0 | 101001 | 111101 | 10010 | 10011 | 111001 | 111001 |
Color Harmonies of #D07A51
Complementary color
Monochromatic Colors of #D07A51
Black with #D07A51
Text Example
Text Example
White with #D07A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A51; }
p { color: rgb(208,122,81); }
H1.HeaderClassName
{
color: #D07A51;
}
.AnyTagClassName
{
color: #D07A51;
}
</style>
background-color css
<style>
a { background-color: #D07A51; }
a { background-color: rgb(208,122,81); }
div.DivClassName
{
background-color: #D07A51;
}
.BgClassName
{
background-color: #D07A51;
}
</style>
border-color css
<style>
span { border-color: #D07A51; }
span { border-color: rgb(208,122,81); }
td.TdClassName
{
border-color: #D07A51;
}
.TagClassName
{
border-color: #D07A51;
}
</style>