Shades of Raw Umber #704205
Tints of Raw Umber #704205
RGB
CMYK
RGB Variations
Color information
#704205 (or 0x704205) is known color: Raw Umber. HEX triplet: 70, 42 and 05. RGB value is (112,66,5). Sum of RGB (Red+Green+Blue) = 112+66+5=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704205 is #8FBDFA. Grayscale: #494949. Windows color (decimal): -9420283 or 344688. OLE color: 344688.
HSL color Cylindrical-coordinate representation of color #704205: hue angle of 34.21º 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 #704205 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 5 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.56 |
| HSL | 34.21º | 0.91% | 0.23% | - |
| HSV(B) | 34.21º | 0.96% | 0.44% | - |
| XYZ | 8.66 | 7.35 | 1.11 | - |
| YUV | 72.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 5 | 0 | 0.41 | 0.96 | 0.56 | 34.21 | 0.91 | 0.23 |
| Hex | 70 | 42 | 5 | 0 | 29 | 60 | 38 | 22 | 5B | 17 |
| Octal | 160 | 102 | 5 | 0 | 51 | 140 | 70 | 42 | 133 | 27 |
| Binary | 1110000 | 1000010 | 101 | 0 | 101001 | 1100000 | 111000 | 100010 | 1011011 | 10111 |
Color Harmonies of #704205
Complementary color
Monochromatic Colors of #704205
Black with #704205
Text Example
Text Example
White with #704205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704205; }
p { color: rgb(112,66,5); }
H1.HeaderClassName
{
color: #704205;
}
.AnyTagClassName
{
color: #704205;
}
</style>
background-color css
<style>
a { background-color: #704205; }
a { background-color: rgb(112,66,5); }
div.DivClassName
{
background-color: #704205;
}
.BgClassName
{
background-color: #704205;
}
</style>
border-color css
<style>
span { border-color: #704205; }
span { border-color: rgb(112,66,5); }
td.TdClassName
{
border-color: #704205;
}
.TagClassName
{
border-color: #704205;
}
</style>