Shades of Raw Umber #704200
Tints of Raw Umber #704200
RGB
CMYK
RGB Variations
Color information
#704200 (or 0x704200) is known color: Raw Umber. HEX triplet: 70, 42 and 00. RGB value is (112,66,0). Sum of RGB (Red+Green+Blue) = 112+66+0=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #704200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704200 is #8FBDFF. Grayscale: #484848. Windows color (decimal): -9420288 or 17008. OLE color: 17008.
HSL color Cylindrical-coordinate representation of color #704200: hue angle of 35.36º 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 #704200 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.56 |
| HSL | 35.36º | 1% | 0.22% | - |
| HSV(B) | 35.36º | 1% | 0.44% | - |
| XYZ | 8.63 | 7.34 | 0.96 | - |
| YUV | 72.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 0 | 0 | 0.41 | 1 | 0.56 | 35.36 | 1 | 0.22 |
| Hex | 70 | 42 | 0 | 0 | 29 | 64 | 38 | 23 | 64 | 16 |
| Octal | 160 | 102 | 0 | 0 | 51 | 144 | 70 | 43 | 144 | 26 |
| Binary | 1110000 | 1000010 | 0 | 0 | 101001 | 1100100 | 111000 | 100011 | 1100100 | 10110 |
Color Harmonies of #704200
Complementary color
Monochromatic Colors of #704200
Black with #704200
Text Example
Text Example
White with #704200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704200; }
p { color: rgb(112,66,0); }
H1.HeaderClassName
{
color: #704200;
}
.AnyTagClassName
{
color: #704200;
}
</style>
background-color css
<style>
a { background-color: #704200; }
a { background-color: rgb(112,66,0); }
div.DivClassName
{
background-color: #704200;
}
.BgClassName
{
background-color: #704200;
}
</style>
border-color css
<style>
span { border-color: #704200; }
span { border-color: rgb(112,66,0); }
td.TdClassName
{
border-color: #704200;
}
.TagClassName
{
border-color: #704200;
}
</style>