Shades of Raw Umber #704700
Tints of Raw Umber #704700
RGB
CMYK
RGB Variations
Color information
#704700 (or 0x704700) is known color: Raw Umber. HEX triplet: 70, 47 and 00. RGB value is (112,71,0). Sum of RGB (Red+Green+Blue) = 112+71+0=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704700 is #8FB8FF. Grayscale: #4B4B4B. Windows color (decimal): -9419008 or 18288. OLE color: 18288.
HSL color Cylindrical-coordinate representation of color #704700: hue angle of 38.04º 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 #704700 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.56 |
| HSL | 38.04º | 1% | 0.22% | - |
| HSV(B) | 38.04º | 1% | 0.44% | - |
| XYZ | 8.94 | 7.95 | 1.06 | - |
| YUV | 75.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 0 | 0 | 0.37 | 1 | 0.56 | 38.04 | 1 | 0.22 |
| Hex | 70 | 47 | 0 | 0 | 25 | 64 | 38 | 26 | 64 | 16 |
| Octal | 160 | 107 | 0 | 0 | 45 | 144 | 70 | 46 | 144 | 26 |
| Binary | 1110000 | 1000111 | 0 | 0 | 100101 | 1100100 | 111000 | 100110 | 1100100 | 10110 |
Color Harmonies of #704700
Complementary color
Monochromatic Colors of #704700
Black with #704700
Text Example
Text Example
White with #704700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704700; }
p { color: rgb(112,71,0); }
H1.HeaderClassName
{
color: #704700;
}
.AnyTagClassName
{
color: #704700;
}
</style>
background-color css
<style>
a { background-color: #704700; }
a { background-color: rgb(112,71,0); }
div.DivClassName
{
background-color: #704700;
}
.BgClassName
{
background-color: #704700;
}
</style>
border-color css
<style>
span { border-color: #704700; }
span { border-color: rgb(112,71,0); }
td.TdClassName
{
border-color: #704700;
}
.TagClassName
{
border-color: #704700;
}
</style>