Shades of Raw Umber #704707
Tints of Raw Umber #704707
RGB
CMYK
RGB Variations
Color information
#704707 (or 0x704707) is known color: Raw Umber. HEX triplet: 70, 47 and 07. RGB value is (112,71,7). Sum of RGB (Red+Green+Blue) = 112+71+7=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #704707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704707 is #8FB8F8. Grayscale: #4C4C4C. Windows color (decimal): -9419001 or 477040. OLE color: 477040.
HSL color Cylindrical-coordinate representation of color #704707: hue angle of 36.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #704707 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 7 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.56 |
| HSL | 36.57º | 0.88% | 0.23% | - |
| HSV(B) | 36.57º | 0.94% | 0.44% | - |
| XYZ | 8.97 | 7.97 | 1.27 | - |
| YUV | 75.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 7 | 0 | 0.37 | 0.94 | 0.56 | 36.57 | 0.88 | 0.23 |
| Hex | 70 | 47 | 7 | 0 | 25 | 5E | 38 | 25 | 58 | 17 |
| Octal | 160 | 107 | 7 | 0 | 45 | 136 | 70 | 45 | 130 | 27 |
| Binary | 1110000 | 1000111 | 111 | 0 | 100101 | 1011110 | 111000 | 100101 | 1011000 | 10111 |
Color Harmonies of #704707
Complementary color
Monochromatic Colors of #704707
Black with #704707
Text Example
Text Example
White with #704707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704707; }
p { color: rgb(112,71,7); }
H1.HeaderClassName
{
color: #704707;
}
.AnyTagClassName
{
color: #704707;
}
</style>
background-color css
<style>
a { background-color: #704707; }
a { background-color: rgb(112,71,7); }
div.DivClassName
{
background-color: #704707;
}
.BgClassName
{
background-color: #704707;
}
</style>
border-color css
<style>
span { border-color: #704707; }
span { border-color: rgb(112,71,7); }
td.TdClassName
{
border-color: #704707;
}
.TagClassName
{
border-color: #704707;
}
</style>