Shades of Raw Umber #705900
Tints of Raw Umber #705900
RGB
CMYK
RGB Variations
Color information
#705900 (or 0x705900) is known color: Raw Umber. HEX triplet: 70, 59 and 00. RGB value is (112,89,0). Sum of RGB (Red+Green+Blue) = 112+89+0=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705900 is #8FA6FF. Grayscale: #565656. Windows color (decimal): -9414400 or 22896. OLE color: 22896.
HSL color Cylindrical-coordinate representation of color #705900: hue angle of 47.68º 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 #705900 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.56 |
| HSL | 47.68º | 1% | 0.22% | - |
| HSV(B) | 47.68º | 1% | 0.44% | - |
| XYZ | 10.25 | 10.59 | 1.5 | - |
| YUV | 85.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 0 | 0 | 0.21 | 1 | 0.56 | 47.68 | 1 | 0.22 |
| Hex | 70 | 59 | 0 | 0 | 15 | 64 | 38 | 30 | 64 | 16 |
| Octal | 160 | 131 | 0 | 0 | 25 | 144 | 70 | 60 | 144 | 26 |
| Binary | 1110000 | 1011001 | 0 | 0 | 10101 | 1100100 | 111000 | 110000 | 1100100 | 10110 |
Color Harmonies of #705900
Complementary color
Monochromatic Colors of #705900
Black with #705900
Text Example
Text Example
White with #705900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705900; }
p { color: rgb(112,89,0); }
H1.HeaderClassName
{
color: #705900;
}
.AnyTagClassName
{
color: #705900;
}
</style>
background-color css
<style>
a { background-color: #705900; }
a { background-color: rgb(112,89,0); }
div.DivClassName
{
background-color: #705900;
}
.BgClassName
{
background-color: #705900;
}
</style>
border-color css
<style>
span { border-color: #705900; }
span { border-color: rgb(112,89,0); }
td.TdClassName
{
border-color: #705900;
}
.TagClassName
{
border-color: #705900;
}
</style>