Shades of Raw Umber #705E08
Tints of Raw Umber #705E08
RGB
CMYK
RGB Variations
Color information
#705E08 (or 0x705E08) is known color: Raw Umber. HEX triplet: 70, 5E and 08. RGB value is (112,94,8). Sum of RGB (Red+Green+Blue) = 112+94+8=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E08 is #8FA1F7. Grayscale: #595959. Windows color (decimal): -9413112 or 548464. OLE color: 548464.
HSL color Cylindrical-coordinate representation of color #705E08: hue angle of 49.62º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #705E08 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 8 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.56 |
| HSL | 49.62º | 0.87% | 0.24% | - |
| HSV(B) | 49.62º | 0.93% | 0.44% | - |
| XYZ | 10.73 | 11.47 | 1.88 | - |
| YUV | 89.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 8 | 0 | 0.16 | 0.93 | 0.56 | 49.62 | 0.87 | 0.24 |
| Hex | 70 | 5E | 8 | 0 | 10 | 5D | 38 | 32 | 57 | 18 |
| Octal | 160 | 136 | 10 | 0 | 20 | 135 | 70 | 62 | 127 | 30 |
| Binary | 1110000 | 1011110 | 1000 | 0 | 10000 | 1011101 | 111000 | 110010 | 1010111 | 11000 |
Color Harmonies of #705E08
Complementary color
Monochromatic Colors of #705E08
Black with #705E08
Text Example
Text Example
White with #705E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E08; }
p { color: rgb(112,94,8); }
H1.HeaderClassName
{
color: #705E08;
}
.AnyTagClassName
{
color: #705E08;
}
</style>
background-color css
<style>
a { background-color: #705E08; }
a { background-color: rgb(112,94,8); }
div.DivClassName
{
background-color: #705E08;
}
.BgClassName
{
background-color: #705E08;
}
</style>
border-color css
<style>
span { border-color: #705E08; }
span { border-color: rgb(112,94,8); }
td.TdClassName
{
border-color: #705E08;
}
.TagClassName
{
border-color: #705E08;
}
</style>