Shades of Raw Umber #703E00
Tints of Raw Umber #703E00
RGB
CMYK
RGB Variations
Color information
#703E00 (or 0x703E00) is known color: Raw Umber. HEX triplet: 70, 3E and 00. RGB value is (112,62,0). Sum of RGB (Red+Green+Blue) = 112+62+0=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E00 is #8FC1FF. Grayscale: #464646. Windows color (decimal): -9421312 or 15984. OLE color: 15984.
HSL color Cylindrical-coordinate representation of color #703E00: hue angle of 33.21º 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 #703E00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.56 |
| HSL | 33.21º | 1% | 0.22% | - |
| HSV(B) | 33.21º | 1% | 0.44% | - |
| XYZ | 8.4 | 6.89 | 0.89 | - |
| YUV | 69.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 0 | 0 | 0.45 | 1 | 0.56 | 33.21 | 1 | 0.22 |
| Hex | 70 | 3E | 0 | 0 | 2D | 64 | 38 | 21 | 64 | 16 |
| Octal | 160 | 76 | 0 | 0 | 55 | 144 | 70 | 41 | 144 | 26 |
| Binary | 1110000 | 111110 | 0 | 0 | 101101 | 1100100 | 111000 | 100001 | 1100100 | 10110 |
Color Harmonies of #703E00
Complementary color
Monochromatic Colors of #703E00
Black with #703E00
Text Example
Text Example
White with #703E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E00; }
p { color: rgb(112,62,0); }
H1.HeaderClassName
{
color: #703E00;
}
.AnyTagClassName
{
color: #703E00;
}
</style>
background-color css
<style>
a { background-color: #703E00; }
a { background-color: rgb(112,62,0); }
div.DivClassName
{
background-color: #703E00;
}
.BgClassName
{
background-color: #703E00;
}
</style>
border-color css
<style>
span { border-color: #703E00; }
span { border-color: rgb(112,62,0); }
td.TdClassName
{
border-color: #703E00;
}
.TagClassName
{
border-color: #703E00;
}
</style>