Shades of Raw Umber #704211
Tints of Raw Umber #704211
RGB
CMYK
RGB Variations
Color information
#704211 (or 0x704211) is known color: Raw Umber. HEX triplet: 70, 42 and 11. RGB value is (112,66,17). Sum of RGB (Red+Green+Blue) = 112+66+17=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #704211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704211 is #8FBDEE. Grayscale: #4A4A4A. Windows color (decimal): -9420271 or 1131120. OLE color: 1131120.
HSL color Cylindrical-coordinate representation of color #704211: hue angle of 30.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #704211 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 17 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.56 |
| HSL | 30.95º | 0.74% | 0.25% | - |
| HSV(B) | 30.95º | 0.85% | 0.44% | - |
| XYZ | 8.73 | 7.38 | 1.49 | - |
| YUV | 74.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 17 | 0 | 0.41 | 0.85 | 0.56 | 30.95 | 0.74 | 0.25 |
| Hex | 70 | 42 | 11 | 0 | 29 | 55 | 38 | 1F | 4A | 19 |
| Octal | 160 | 102 | 21 | 0 | 51 | 125 | 70 | 37 | 112 | 31 |
| Binary | 1110000 | 1000010 | 10001 | 0 | 101001 | 1010101 | 111000 | 11111 | 1001010 | 11001 |
Color Harmonies of #704211
Complementary color
Monochromatic Colors of #704211
Black with #704211
Text Example
Text Example
White with #704211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704211; }
p { color: rgb(112,66,17); }
H1.HeaderClassName
{
color: #704211;
}
.AnyTagClassName
{
color: #704211;
}
</style>
background-color css
<style>
a { background-color: #704211; }
a { background-color: rgb(112,66,17); }
div.DivClassName
{
background-color: #704211;
}
.BgClassName
{
background-color: #704211;
}
</style>
border-color css
<style>
span { border-color: #704211; }
span { border-color: rgb(112,66,17); }
td.TdClassName
{
border-color: #704211;
}
.TagClassName
{
border-color: #704211;
}
</style>