Shades of Raw Sienna #D07C53
Tints of Raw Sienna #D07C53
RGB
CMYK
RGB Variations
Color information
#D07C53 (or 0xD07C53) is known color: Raw Sienna. HEX triplet: D0, 7C and 53. RGB value is (208,124,83). Sum of RGB (Red+Green+Blue) = 208+124+83=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C53 is #2F83AC. Grayscale: #909090. Windows color (decimal): -3113901 or 5471440. OLE color: 5471440.
HSL color Cylindrical-coordinate representation of color #D07C53: hue angle of 19.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D07C53 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 83 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.18 |
| HSL | 19.68º | 0.57% | 0.57% | - |
| HSV(B) | 19.68º | 0.6% | 0.82% | - |
| XYZ | 34.78 | 28.45 | 11.84 | - |
| YUV | 144.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 83 | 0 | 0.40 | 0.60 | 0.18 | 19.68 | 0.57 | 0.57 |
| Hex | D0 | 7C | 53 | 0 | 28 | 3C | 12 | 14 | 39 | 39 |
| Octal | 320 | 174 | 123 | 0 | 50 | 74 | 22 | 24 | 71 | 71 |
| Binary | 11010000 | 1111100 | 1010011 | 0 | 101000 | 111100 | 10010 | 10100 | 111001 | 111001 |
Color Harmonies of #D07C53
Complementary color
Monochromatic Colors of #D07C53
Black with #D07C53
Text Example
Text Example
White with #D07C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C53; }
p { color: rgb(208,124,83); }
H1.HeaderClassName
{
color: #D07C53;
}
.AnyTagClassName
{
color: #D07C53;
}
</style>
background-color css
<style>
a { background-color: #D07C53; }
a { background-color: rgb(208,124,83); }
div.DivClassName
{
background-color: #D07C53;
}
.BgClassName
{
background-color: #D07C53;
}
</style>
border-color css
<style>
span { border-color: #D07C53; }
span { border-color: rgb(208,124,83); }
td.TdClassName
{
border-color: #D07C53;
}
.TagClassName
{
border-color: #D07C53;
}
</style>