Shades of Raw Umber #705F00
Tints of Raw Umber #705F00
RGB
CMYK
RGB Variations
Color information
#705F00 (or 0x705F00) is known color: Raw Umber. HEX triplet: 70, 5F and 00. RGB value is (112,95,0). Sum of RGB (Red+Green+Blue) = 112+95+0=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #705F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F00 is #8FA0FF. Grayscale: #595959. Windows color (decimal): -9412864 or 24432. OLE color: 24432.
HSL color Cylindrical-coordinate representation of color #705F00: hue angle of 50.89º 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 #705F00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.56 |
| HSL | 50.89º | 1% | 0.22% | - |
| HSV(B) | 50.89º | 1% | 0.44% | - |
| XYZ | 10.77 | 11.63 | 1.68 | - |
| YUV | 89.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 0 | 0 | 0.15 | 1 | 0.56 | 50.89 | 1 | 0.22 |
| Hex | 70 | 5F | 0 | 0 | F | 64 | 38 | 33 | 64 | 16 |
| Octal | 160 | 137 | 0 | 0 | 17 | 144 | 70 | 63 | 144 | 26 |
| Binary | 1110000 | 1011111 | 0 | 0 | 1111 | 1100100 | 111000 | 110011 | 1100100 | 10110 |
Color Harmonies of #705F00
Complementary color
Monochromatic Colors of #705F00
Black with #705F00
Text Example
Text Example
White with #705F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F00; }
p { color: rgb(112,95,0); }
H1.HeaderClassName
{
color: #705F00;
}
.AnyTagClassName
{
color: #705F00;
}
</style>
background-color css
<style>
a { background-color: #705F00; }
a { background-color: rgb(112,95,0); }
div.DivClassName
{
background-color: #705F00;
}
.BgClassName
{
background-color: #705F00;
}
</style>
border-color css
<style>
span { border-color: #705F00; }
span { border-color: rgb(112,95,0); }
td.TdClassName
{
border-color: #705F00;
}
.TagClassName
{
border-color: #705F00;
}
</style>