Shades of Raw Umber #705E02
Tints of Raw Umber #705E02
RGB
CMYK
RGB Variations
Color information
#705E02 (or 0x705E02) is known color: Raw Umber. HEX triplet: 70, 5E and 02. RGB value is (112,94,2). Sum of RGB (Red+Green+Blue) = 112+94+2=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #705E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E02 is #8FA1FD. Grayscale: #595959. Windows color (decimal): -9413118 or 155248. OLE color: 155248.
HSL color Cylindrical-coordinate representation of color #705E02: hue angle of 50.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #705E02 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.56 |
| HSL | 50.18º | 0.96% | 0.22% | - |
| HSV(B) | 50.18º | 0.98% | 0.44% | - |
| XYZ | 10.7 | 11.45 | 1.7 | - |
| YUV | 88.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 2 | 0 | 0.16 | 0.98 | 0.56 | 50.18 | 0.96 | 0.22 |
| Hex | 70 | 5E | 2 | 0 | 10 | 62 | 38 | 32 | 60 | 16 |
| Octal | 160 | 136 | 2 | 0 | 20 | 142 | 70 | 62 | 140 | 26 |
| Binary | 1110000 | 1011110 | 10 | 0 | 10000 | 1100010 | 111000 | 110010 | 1100000 | 10110 |
Color Harmonies of #705E02
Complementary color
Monochromatic Colors of #705E02
Black with #705E02
Text Example
Text Example
White with #705E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E02; }
p { color: rgb(112,94,2); }
H1.HeaderClassName
{
color: #705E02;
}
.AnyTagClassName
{
color: #705E02;
}
</style>
background-color css
<style>
a { background-color: #705E02; }
a { background-color: rgb(112,94,2); }
div.DivClassName
{
background-color: #705E02;
}
.BgClassName
{
background-color: #705E02;
}
</style>
border-color css
<style>
span { border-color: #705E02; }
span { border-color: rgb(112,94,2); }
td.TdClassName
{
border-color: #705E02;
}
.TagClassName
{
border-color: #705E02;
}
</style>