Shades of Raw Umber #704900
Tints of Raw Umber #704900
RGB
CMYK
RGB Variations
Color information
#704900 (or 0x704900) is known color: Raw Umber. HEX triplet: 70, 49 and 00. RGB value is (112,73,0). Sum of RGB (Red+Green+Blue) = 112+73+0=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704900 is #8FB6FF. Grayscale: #4C4C4C. Windows color (decimal): -9418496 or 18800. OLE color: 18800.
HSL color Cylindrical-coordinate representation of color #704900: hue angle of 39.11º 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 #704900 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.56 |
| HSL | 39.11º | 1% | 0.22% | - |
| HSV(B) | 39.11º | 1% | 0.44% | - |
| XYZ | 9.06 | 8.21 | 1.11 | - |
| YUV | 76.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 0 | 0 | 0.35 | 1 | 0.56 | 39.11 | 1 | 0.22 |
| Hex | 70 | 49 | 0 | 0 | 23 | 64 | 38 | 27 | 64 | 16 |
| Octal | 160 | 111 | 0 | 0 | 43 | 144 | 70 | 47 | 144 | 26 |
| Binary | 1110000 | 1001001 | 0 | 0 | 100011 | 1100100 | 111000 | 100111 | 1100100 | 10110 |
Color Harmonies of #704900
Complementary color
Monochromatic Colors of #704900
Black with #704900
Text Example
Text Example
White with #704900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704900; }
p { color: rgb(112,73,0); }
H1.HeaderClassName
{
color: #704900;
}
.AnyTagClassName
{
color: #704900;
}
</style>
background-color css
<style>
a { background-color: #704900; }
a { background-color: rgb(112,73,0); }
div.DivClassName
{
background-color: #704900;
}
.BgClassName
{
background-color: #704900;
}
</style>
border-color css
<style>
span { border-color: #704900; }
span { border-color: rgb(112,73,0); }
td.TdClassName
{
border-color: #704900;
}
.TagClassName
{
border-color: #704900;
}
</style>