Shades of Raw Umber #704E11
Tints of Raw Umber #704E11
RGB
CMYK
RGB Variations
Color information
#704E11 (or 0x704E11) is known color: Raw Umber. HEX triplet: 70, 4E and 11. RGB value is (112,78,17). Sum of RGB (Red+Green+Blue) = 112+78+17=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #704E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E11 is #8FB1EE. Grayscale: #515151. Windows color (decimal): -9417199 or 1134192. OLE color: 1134192.
HSL color Cylindrical-coordinate representation of color #704E11: hue angle of 38.53º 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 #704E11 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 17 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.56 |
| HSL | 38.53º | 0.74% | 0.25% | - |
| HSV(B) | 38.53º | 0.85% | 0.44% | - |
| XYZ | 9.51 | 8.93 | 1.75 | - |
| YUV | 81.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 17 | 0 | 0.30 | 0.85 | 0.56 | 38.53 | 0.74 | 0.25 |
| Hex | 70 | 4E | 11 | 0 | 1E | 55 | 38 | 27 | 4A | 19 |
| Octal | 160 | 116 | 21 | 0 | 36 | 125 | 70 | 47 | 112 | 31 |
| Binary | 1110000 | 1001110 | 10001 | 0 | 11110 | 1010101 | 111000 | 100111 | 1001010 | 11001 |
Color Harmonies of #704E11
Complementary color
Monochromatic Colors of #704E11
Black with #704E11
Text Example
Text Example
White with #704E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E11; }
p { color: rgb(112,78,17); }
H1.HeaderClassName
{
color: #704E11;
}
.AnyTagClassName
{
color: #704E11;
}
</style>
background-color css
<style>
a { background-color: #704E11; }
a { background-color: rgb(112,78,17); }
div.DivClassName
{
background-color: #704E11;
}
.BgClassName
{
background-color: #704E11;
}
</style>
border-color css
<style>
span { border-color: #704E11; }
span { border-color: rgb(112,78,17); }
td.TdClassName
{
border-color: #704E11;
}
.TagClassName
{
border-color: #704E11;
}
</style>