Shades of Raw Umber #703C00
Tints of Raw Umber #703C00
RGB
CMYK
RGB Variations
Color information
#703C00 (or 0x703C00) is known color: Raw Umber. HEX triplet: 70, 3C and 00. RGB value is (112,60,0). Sum of RGB (Red+Green+Blue) = 112+60+0=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #703C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C00 is #8FC3FF. Grayscale: #454545. Windows color (decimal): -9421824 or 15472. OLE color: 15472.
HSL color Cylindrical-coordinate representation of color #703C00: hue angle of 32.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #703C00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.56 |
| HSL | 32.14º | 1% | 0.22% | - |
| HSV(B) | 32.14º | 1% | 0.44% | - |
| XYZ | 8.3 | 6.68 | 0.85 | - |
| YUV | 68.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 0 | 0 | 0.46 | 1 | 0.56 | 32.14 | 1 | 0.22 |
| Hex | 70 | 3C | 0 | 0 | 2E | 64 | 38 | 20 | 64 | 16 |
| Octal | 160 | 74 | 0 | 0 | 56 | 144 | 70 | 40 | 144 | 26 |
| Binary | 1110000 | 111100 | 0 | 0 | 101110 | 1100100 | 111000 | 100000 | 1100100 | 10110 |
Color Harmonies of #703C00
Complementary color
Monochromatic Colors of #703C00
Black with #703C00
Text Example
Text Example
White with #703C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C00; }
p { color: rgb(112,60,0); }
H1.HeaderClassName
{
color: #703C00;
}
.AnyTagClassName
{
color: #703C00;
}
</style>
background-color css
<style>
a { background-color: #703C00; }
a { background-color: rgb(112,60,0); }
div.DivClassName
{
background-color: #703C00;
}
.BgClassName
{
background-color: #703C00;
}
</style>
border-color css
<style>
span { border-color: #703C00; }
span { border-color: rgb(112,60,0); }
td.TdClassName
{
border-color: #703C00;
}
.TagClassName
{
border-color: #703C00;
}
</style>