Shades of Raw Umber #705E00
Tints of Raw Umber #705E00
RGB
CMYK
RGB Variations
Color information
#705E00 (or 0x705E00) is known color: Raw Umber. HEX triplet: 70, 5E and 00. RGB value is (112,94,0). Sum of RGB (Red+Green+Blue) = 112+94+0=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #705E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E00 is #8FA1FF. Grayscale: #595959. Windows color (decimal): -9413120 or 24176. OLE color: 24176.
HSL color Cylindrical-coordinate representation of color #705E00: hue angle of 50.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #705E00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.56 |
| HSL | 50.36º | 1% | 0.22% | - |
| HSV(B) | 50.36º | 1% | 0.44% | - |
| XYZ | 10.68 | 11.45 | 1.65 | - |
| YUV | 88.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 0 | 0 | 0.16 | 1 | 0.56 | 50.36 | 1 | 0.22 |
| Hex | 70 | 5E | 0 | 0 | 10 | 64 | 38 | 32 | 64 | 16 |
| Octal | 160 | 136 | 0 | 0 | 20 | 144 | 70 | 62 | 144 | 26 |
| Binary | 1110000 | 1011110 | 0 | 0 | 10000 | 1100100 | 111000 | 110010 | 1100100 | 10110 |
Color Harmonies of #705E00
Complementary color
Monochromatic Colors of #705E00
Black with #705E00
Text Example
Text Example
White with #705E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E00; }
p { color: rgb(112,94,0); }
H1.HeaderClassName
{
color: #705E00;
}
.AnyTagClassName
{
color: #705E00;
}
</style>
background-color css
<style>
a { background-color: #705E00; }
a { background-color: rgb(112,94,0); }
div.DivClassName
{
background-color: #705E00;
}
.BgClassName
{
background-color: #705E00;
}
</style>
border-color css
<style>
span { border-color: #705E00; }
span { border-color: rgb(112,94,0); }
td.TdClassName
{
border-color: #705E00;
}
.TagClassName
{
border-color: #705E00;
}
</style>