Shades of Raw Umber #704E05
Tints of Raw Umber #704E05
RGB
CMYK
RGB Variations
Color information
#704E05 (or 0x704E05) is known color: Raw Umber. HEX triplet: 70, 4E and 05. RGB value is (112,78,5). Sum of RGB (Red+Green+Blue) = 112+78+5=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #704E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E05 is #8FB1FA. Grayscale: #505050. Windows color (decimal): -9417211 or 347760. OLE color: 347760.
HSL color Cylindrical-coordinate representation of color #704E05: hue angle of 40.93º 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 #704E05 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 5 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.56 |
| HSL | 40.93º | 0.91% | 0.23% | - |
| HSV(B) | 40.93º | 0.96% | 0.44% | - |
| XYZ | 9.43 | 8.9 | 1.37 | - |
| YUV | 79.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 5 | 0 | 0.30 | 0.96 | 0.56 | 40.93 | 0.91 | 0.23 |
| Hex | 70 | 4E | 5 | 0 | 1E | 60 | 38 | 29 | 5B | 17 |
| Octal | 160 | 116 | 5 | 0 | 36 | 140 | 70 | 51 | 133 | 27 |
| Binary | 1110000 | 1001110 | 101 | 0 | 11110 | 1100000 | 111000 | 101001 | 1011011 | 10111 |
Color Harmonies of #704E05
Complementary color
Monochromatic Colors of #704E05
Black with #704E05
Text Example
Text Example
White with #704E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E05; }
p { color: rgb(112,78,5); }
H1.HeaderClassName
{
color: #704E05;
}
.AnyTagClassName
{
color: #704E05;
}
</style>
background-color css
<style>
a { background-color: #704E05; }
a { background-color: rgb(112,78,5); }
div.DivClassName
{
background-color: #704E05;
}
.BgClassName
{
background-color: #704E05;
}
</style>
border-color css
<style>
span { border-color: #704E05; }
span { border-color: rgb(112,78,5); }
td.TdClassName
{
border-color: #704E05;
}
.TagClassName
{
border-color: #704E05;
}
</style>