Shades of Raw Umber #705F02
Tints of Raw Umber #705F02
RGB
CMYK
RGB Variations
Color information
#705F02 (or 0x705F02) is known color: Raw Umber. HEX triplet: 70, 5F and 02. RGB value is (112,95,2). Sum of RGB (Red+Green+Blue) = 112+95+2=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #705F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F02 is #8FA0FD. Grayscale: #595959. Windows color (decimal): -9412862 or 155504. OLE color: 155504.
HSL color Cylindrical-coordinate representation of color #705F02: hue angle of 50.73º 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 #705F02 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 2 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.56 |
| HSL | 50.73º | 0.96% | 0.22% | - |
| HSV(B) | 50.73º | 0.98% | 0.44% | - |
| XYZ | 10.79 | 11.63 | 1.73 | - |
| YUV | 89.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 2 | 0 | 0.15 | 0.98 | 0.56 | 50.73 | 0.96 | 0.22 |
| Hex | 70 | 5F | 2 | 0 | F | 62 | 38 | 33 | 60 | 16 |
| Octal | 160 | 137 | 2 | 0 | 17 | 142 | 70 | 63 | 140 | 26 |
| Binary | 1110000 | 1011111 | 10 | 0 | 1111 | 1100010 | 111000 | 110011 | 1100000 | 10110 |
Color Harmonies of #705F02
Complementary color
Monochromatic Colors of #705F02
Black with #705F02
Text Example
Text Example
White with #705F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F02; }
p { color: rgb(112,95,2); }
H1.HeaderClassName
{
color: #705F02;
}
.AnyTagClassName
{
color: #705F02;
}
</style>
background-color css
<style>
a { background-color: #705F02; }
a { background-color: rgb(112,95,2); }
div.DivClassName
{
background-color: #705F02;
}
.BgClassName
{
background-color: #705F02;
}
</style>
border-color css
<style>
span { border-color: #705F02; }
span { border-color: rgb(112,95,2); }
td.TdClassName
{
border-color: #705F02;
}
.TagClassName
{
border-color: #705F02;
}
</style>