Shades of Raw Sienna #D07950
Tints of Raw Sienna #D07950
RGB
CMYK
RGB Variations
Color information
#D07950 (or 0xD07950) is known color: Raw Sienna. HEX triplet: D0, 79 and 50. RGB value is (208,121,80). Sum of RGB (Red+Green+Blue) = 208+121+80=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D07950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07950 is #2F86AF. Grayscale: #8E8E8E. Windows color (decimal): -3114672 or 5274064. OLE color: 5274064.
HSL color Cylindrical-coordinate representation of color #D07950: hue angle of 19.22º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D07950 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 80 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.18 |
| HSL | 19.22º | 0.58% | 0.56% | - |
| HSV(B) | 19.22º | 0.62% | 0.82% | - |
| XYZ | 34.3 | 27.66 | 11.12 | - |
| YUV | 142.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 80 | 0 | 0.42 | 0.62 | 0.18 | 19.22 | 0.58 | 0.56 |
| Hex | D0 | 79 | 50 | 0 | 2A | 3E | 12 | 13 | 3A | 38 |
| Octal | 320 | 171 | 120 | 0 | 52 | 76 | 22 | 23 | 72 | 70 |
| Binary | 11010000 | 1111001 | 1010000 | 0 | 101010 | 111110 | 10010 | 10011 | 111010 | 111000 |
Color Harmonies of #D07950
Complementary color
Monochromatic Colors of #D07950
Black with #D07950
Text Example
Text Example
White with #D07950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07950; }
p { color: rgb(208,121,80); }
H1.HeaderClassName
{
color: #D07950;
}
.AnyTagClassName
{
color: #D07950;
}
</style>
background-color css
<style>
a { background-color: #D07950; }
a { background-color: rgb(208,121,80); }
div.DivClassName
{
background-color: #D07950;
}
.BgClassName
{
background-color: #D07950;
}
</style>
border-color css
<style>
span { border-color: #D07950; }
span { border-color: rgb(208,121,80); }
td.TdClassName
{
border-color: #D07950;
}
.TagClassName
{
border-color: #D07950;
}
</style>