Shades of Raw Umber #704905
Tints of Raw Umber #704905
RGB
CMYK
RGB Variations
Color information
#704905 (or 0x704905) is known color: Raw Umber. HEX triplet: 70, 49 and 05. RGB value is (112,73,5). Sum of RGB (Red+Green+Blue) = 112+73+5=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #704905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704905 is #8FB6FA. Grayscale: #4D4D4D. Windows color (decimal): -9418491 or 346480. OLE color: 346480.
HSL color Cylindrical-coordinate representation of color #704905: hue angle of 38.13º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #704905 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 5 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.56 |
| HSL | 38.13º | 0.91% | 0.23% | - |
| HSV(B) | 38.13º | 0.96% | 0.44% | - |
| XYZ | 9.09 | 8.22 | 1.25 | - |
| YUV | 76.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 5 | 0 | 0.35 | 0.96 | 0.56 | 38.13 | 0.91 | 0.23 |
| Hex | 70 | 49 | 5 | 0 | 23 | 60 | 38 | 26 | 5B | 17 |
| Octal | 160 | 111 | 5 | 0 | 43 | 140 | 70 | 46 | 133 | 27 |
| Binary | 1110000 | 1001001 | 101 | 0 | 100011 | 1100000 | 111000 | 100110 | 1011011 | 10111 |
Color Harmonies of #704905
Complementary color
Monochromatic Colors of #704905
Black with #704905
Text Example
Text Example
White with #704905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704905; }
p { color: rgb(112,73,5); }
H1.HeaderClassName
{
color: #704905;
}
.AnyTagClassName
{
color: #704905;
}
</style>
background-color css
<style>
a { background-color: #704905; }
a { background-color: rgb(112,73,5); }
div.DivClassName
{
background-color: #704905;
}
.BgClassName
{
background-color: #704905;
}
</style>
border-color css
<style>
span { border-color: #704905; }
span { border-color: rgb(112,73,5); }
td.TdClassName
{
border-color: #704905;
}
.TagClassName
{
border-color: #704905;
}
</style>