Shades of Raw Umber #704600
Tints of Raw Umber #704600
RGB
CMYK
RGB Variations
Color information
#704600 (or 0x704600) is known color: Raw Umber. HEX triplet: 70, 46 and 00. RGB value is (112,70,0). Sum of RGB (Red+Green+Blue) = 112+70+0=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #704600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704600 is #8FB9FF. Grayscale: #4A4A4A. Windows color (decimal): -9419264 or 18032. OLE color: 18032.
HSL color Cylindrical-coordinate representation of color #704600: hue angle of 37.5º 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 #704600 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.56 |
| HSL | 37.5º | 1% | 0.22% | - |
| HSV(B) | 37.5º | 1% | 0.44% | - |
| XYZ | 8.87 | 7.83 | 1.04 | - |
| YUV | 74.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 0 | 0 | 0.38 | 1 | 0.56 | 37.5 | 1 | 0.22 |
| Hex | 70 | 46 | 0 | 0 | 26 | 64 | 38 | 26 | 64 | 16 |
| Octal | 160 | 106 | 0 | 0 | 46 | 144 | 70 | 46 | 144 | 26 |
| Binary | 1110000 | 1000110 | 0 | 0 | 100110 | 1100100 | 111000 | 100110 | 1100100 | 10110 |
Color Harmonies of #704600
Complementary color
Monochromatic Colors of #704600
Black with #704600
Text Example
Text Example
White with #704600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704600; }
p { color: rgb(112,70,0); }
H1.HeaderClassName
{
color: #704600;
}
.AnyTagClassName
{
color: #704600;
}
</style>
background-color css
<style>
a { background-color: #704600; }
a { background-color: rgb(112,70,0); }
div.DivClassName
{
background-color: #704600;
}
.BgClassName
{
background-color: #704600;
}
</style>
border-color css
<style>
span { border-color: #704600; }
span { border-color: rgb(112,70,0); }
td.TdClassName
{
border-color: #704600;
}
.TagClassName
{
border-color: #704600;
}
</style>