Shades of Raw Sienna #D07C3C
Tints of Raw Sienna #D07C3C
RGB
CMYK
RGB Variations
Color information
#D07C3C (or 0xD07C3C) is known color: Raw Sienna. HEX triplet: D0, 7C and 3C. RGB value is (208,124,60). Sum of RGB (Red+Green+Blue) = 208+124+60=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C3C is #2F83C3. Grayscale: #8E8E8E. Windows color (decimal): -3113924 or 3964112. OLE color: 3964112.
HSL color Cylindrical-coordinate representation of color #D07C3C: hue angle of 25.95º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D07C3C is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 60 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.18 |
| HSL | 25.95º | 0.61% | 0.53% | - |
| HSV(B) | 25.95º | 0.71% | 0.82% | - |
| XYZ | 34.04 | 28.15 | 7.91 | - |
| YUV | 141.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 60 | 0 | 0.40 | 0.71 | 0.18 | 25.95 | 0.61 | 0.53 |
| Hex | D0 | 7C | 3C | 0 | 28 | 47 | 12 | 1A | 3D | 35 |
| Octal | 320 | 174 | 74 | 0 | 50 | 107 | 22 | 32 | 75 | 65 |
| Binary | 11010000 | 1111100 | 111100 | 0 | 101000 | 1000111 | 10010 | 11010 | 111101 | 110101 |
Color Harmonies of #D07C3C
Complementary color
Monochromatic Colors of #D07C3C
Black with #D07C3C
Text Example
Text Example
White with #D07C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C3C; }
p { color: rgb(208,124,60); }
H1.HeaderClassName
{
color: #D07C3C;
}
.AnyTagClassName
{
color: #D07C3C;
}
</style>
background-color css
<style>
a { background-color: #D07C3C; }
a { background-color: rgb(208,124,60); }
div.DivClassName
{
background-color: #D07C3C;
}
.BgClassName
{
background-color: #D07C3C;
}
</style>
border-color css
<style>
span { border-color: #D07C3C; }
span { border-color: rgb(208,124,60); }
td.TdClassName
{
border-color: #D07C3C;
}
.TagClassName
{
border-color: #D07C3C;
}
</style>