Shades of Raw Umber #705910
Tints of Raw Umber #705910
RGB
CMYK
RGB Variations
Color information
#705910 (or 0x705910) is known color: Raw Umber. HEX triplet: 70, 59 and 10. RGB value is (112,89,16). Sum of RGB (Red+Green+Blue) = 112+89+16=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705910 is #8FA6EF. Grayscale: #575757. Windows color (decimal): -9414384 or 1071472. OLE color: 1071472.
HSL color Cylindrical-coordinate representation of color #705910: hue angle of 45.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #705910 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 16 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.56 |
| HSL | 45.63º | 0.75% | 0.25% | - |
| HSV(B) | 45.63º | 0.86% | 0.44% | - |
| XYZ | 10.35 | 10.63 | 2 | - |
| YUV | 87.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 16 | 0 | 0.21 | 0.86 | 0.56 | 45.63 | 0.75 | 0.25 |
| Hex | 70 | 59 | 10 | 0 | 15 | 56 | 38 | 2E | 4B | 19 |
| Octal | 160 | 131 | 20 | 0 | 25 | 126 | 70 | 56 | 113 | 31 |
| Binary | 1110000 | 1011001 | 10000 | 0 | 10101 | 1010110 | 111000 | 101110 | 1001011 | 11001 |
Color Harmonies of #705910
Complementary color
Monochromatic Colors of #705910
Black with #705910
Text Example
Text Example
White with #705910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705910; }
p { color: rgb(112,89,16); }
H1.HeaderClassName
{
color: #705910;
}
.AnyTagClassName
{
color: #705910;
}
</style>
background-color css
<style>
a { background-color: #705910; }
a { background-color: rgb(112,89,16); }
div.DivClassName
{
background-color: #705910;
}
.BgClassName
{
background-color: #705910;
}
</style>
border-color css
<style>
span { border-color: #705910; }
span { border-color: rgb(112,89,16); }
td.TdClassName
{
border-color: #705910;
}
.TagClassName
{
border-color: #705910;
}
</style>