Shades of Raw Umber #705916
Tints of Raw Umber #705916
RGB
CMYK
RGB Variations
Color information
#705916 (or 0x705916) is known color: Raw Umber. HEX triplet: 70, 59 and 16. RGB value is (112,89,22). Sum of RGB (Red+Green+Blue) = 112+89+22=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705916 is #8FA6E9. Grayscale: #585858. Windows color (decimal): -9414378 or 1464688. OLE color: 1464688.
HSL color Cylindrical-coordinate representation of color #705916: hue angle of 44.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #705916 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 22 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.56 |
| HSL | 44.67º | 0.67% | 0.26% | - |
| HSV(B) | 44.67º | 0.8% | 0.44% | - |
| XYZ | 10.4 | 10.65 | 2.27 | - |
| YUV | 88.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 22 | 0 | 0.21 | 0.80 | 0.56 | 44.67 | 0.67 | 0.26 |
| Hex | 70 | 59 | 16 | 0 | 15 | 50 | 38 | 2D | 43 | 1A |
| Octal | 160 | 131 | 26 | 0 | 25 | 120 | 70 | 55 | 103 | 32 |
| Binary | 1110000 | 1011001 | 10110 | 0 | 10101 | 1010000 | 111000 | 101101 | 1000011 | 11010 |
Color Harmonies of #705916
Complementary color
Monochromatic Colors of #705916
Black with #705916
Text Example
Text Example
White with #705916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705916; }
p { color: rgb(112,89,22); }
H1.HeaderClassName
{
color: #705916;
}
.AnyTagClassName
{
color: #705916;
}
</style>
background-color css
<style>
a { background-color: #705916; }
a { background-color: rgb(112,89,22); }
div.DivClassName
{
background-color: #705916;
}
.BgClassName
{
background-color: #705916;
}
</style>
border-color css
<style>
span { border-color: #705916; }
span { border-color: rgb(112,89,22); }
td.TdClassName
{
border-color: #705916;
}
.TagClassName
{
border-color: #705916;
}
</style>