Shades of Raw Umber #705E04
Tints of Raw Umber #705E04
RGB
CMYK
RGB Variations
Color information
#705E04 (or 0x705E04) is known color: Raw Umber. HEX triplet: 70, 5E and 04. RGB value is (112,94,4). Sum of RGB (Red+Green+Blue) = 112+94+4=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #705E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E04 is #8FA1FB. Grayscale: #595959. Windows color (decimal): -9413116 or 286320. OLE color: 286320.
HSL color Cylindrical-coordinate representation of color #705E04: hue angle of 50º degrees, saturation: 0.93, 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 #705E04 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 4 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.56 |
| HSL | 50º | 0.93% | 0.23% | - |
| HSV(B) | 50º | 0.96% | 0.44% | - |
| XYZ | 10.71 | 11.46 | 1.76 | - |
| YUV | 89.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 4 | 0 | 0.16 | 0.96 | 0.56 | 50 | 0.93 | 0.23 |
| Hex | 70 | 5E | 4 | 0 | 10 | 60 | 38 | 32 | 5D | 17 |
| Octal | 160 | 136 | 4 | 0 | 20 | 140 | 70 | 62 | 135 | 27 |
| Binary | 1110000 | 1011110 | 100 | 0 | 10000 | 1100000 | 111000 | 110010 | 1011101 | 10111 |
Color Harmonies of #705E04
Complementary color
Monochromatic Colors of #705E04
Black with #705E04
Text Example
Text Example
White with #705E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E04; }
p { color: rgb(112,94,4); }
H1.HeaderClassName
{
color: #705E04;
}
.AnyTagClassName
{
color: #705E04;
}
</style>
background-color css
<style>
a { background-color: #705E04; }
a { background-color: rgb(112,94,4); }
div.DivClassName
{
background-color: #705E04;
}
.BgClassName
{
background-color: #705E04;
}
</style>
border-color css
<style>
span { border-color: #705E04; }
span { border-color: rgb(112,94,4); }
td.TdClassName
{
border-color: #705E04;
}
.TagClassName
{
border-color: #705E04;
}
</style>