Shades of Raw Umber #703C01
Tints of Raw Umber #703C01
RGB
CMYK
RGB Variations
Color information
#703C01 (or 0x703C01) is known color: Raw Umber. HEX triplet: 70, 3C and 01. RGB value is (112,60,1). Sum of RGB (Red+Green+Blue) = 112+60+1=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #703C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C01 is #8FC3FE. Grayscale: #454545. Windows color (decimal): -9421823 or 81008. OLE color: 81008.
HSL color Cylindrical-coordinate representation of color #703C01: hue angle of 31.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #703C01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.56 |
| HSL | 31.89º | 0.98% | 0.22% | - |
| HSV(B) | 31.89º | 0.99% | 0.44% | - |
| XYZ | 8.3 | 6.68 | 0.88 | - |
| YUV | 68.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 1 | 0 | 0.46 | 0.99 | 0.56 | 31.89 | 0.98 | 0.22 |
| Hex | 70 | 3C | 1 | 0 | 2E | 63 | 38 | 20 | 62 | 16 |
| Octal | 160 | 74 | 1 | 0 | 56 | 143 | 70 | 40 | 142 | 26 |
| Binary | 1110000 | 111100 | 1 | 0 | 101110 | 1100011 | 111000 | 100000 | 1100010 | 10110 |
Color Harmonies of #703C01
Complementary color
Monochromatic Colors of #703C01
Black with #703C01
Text Example
Text Example
White with #703C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C01; }
p { color: rgb(112,60,1); }
H1.HeaderClassName
{
color: #703C01;
}
.AnyTagClassName
{
color: #703C01;
}
</style>
background-color css
<style>
a { background-color: #703C01; }
a { background-color: rgb(112,60,1); }
div.DivClassName
{
background-color: #703C01;
}
.BgClassName
{
background-color: #703C01;
}
</style>
border-color css
<style>
span { border-color: #703C01; }
span { border-color: rgb(112,60,1); }
td.TdClassName
{
border-color: #703C01;
}
.TagClassName
{
border-color: #703C01;
}
</style>