Shades of Raw Sienna #D07A3F
Tints of Raw Sienna #D07A3F
RGB
CMYK
RGB Variations
Color information
#D07A3F (or 0xD07A3F) is known color: Raw Sienna. HEX triplet: D0, 7A and 3F. RGB value is (208,122,63). Sum of RGB (Red+Green+Blue) = 208+122+63=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A3F is #2F85C0. Grayscale: #8D8D8D. Windows color (decimal): -3114433 or 4160208. OLE color: 4160208.
HSL color Cylindrical-coordinate representation of color #D07A3F: hue angle of 24.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D07A3F is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 63 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.18 |
| HSL | 24.41º | 0.61% | 0.53% | - |
| HSV(B) | 24.41º | 0.7% | 0.82% | - |
| XYZ | 33.87 | 27.69 | 8.26 | - |
| YUV | 140.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 63 | 0 | 0.41 | 0.70 | 0.18 | 24.41 | 0.61 | 0.53 |
| Hex | D0 | 7A | 3F | 0 | 29 | 46 | 12 | 18 | 3D | 35 |
| Octal | 320 | 172 | 77 | 0 | 51 | 106 | 22 | 30 | 75 | 65 |
| Binary | 11010000 | 1111010 | 111111 | 0 | 101001 | 1000110 | 10010 | 11000 | 111101 | 110101 |
Color Harmonies of #D07A3F
Complementary color
Monochromatic Colors of #D07A3F
Black with #D07A3F
Text Example
Text Example
White with #D07A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A3F; }
p { color: rgb(208,122,63); }
H1.HeaderClassName
{
color: #D07A3F;
}
.AnyTagClassName
{
color: #D07A3F;
}
</style>
background-color css
<style>
a { background-color: #D07A3F; }
a { background-color: rgb(208,122,63); }
div.DivClassName
{
background-color: #D07A3F;
}
.BgClassName
{
background-color: #D07A3F;
}
</style>
border-color css
<style>
span { border-color: #D07A3F; }
span { border-color: rgb(208,122,63); }
td.TdClassName
{
border-color: #D07A3F;
}
.TagClassName
{
border-color: #D07A3F;
}
</style>