Shades of Raw Umber #705816
Tints of Raw Umber #705816
RGB
CMYK
RGB Variations
Color information
#705816 (or 0x705816) is known color: Raw Umber. HEX triplet: 70, 58 and 16. RGB value is (112,88,22). Sum of RGB (Red+Green+Blue) = 112+88+22=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #705816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705816 is #8FA7E9. Grayscale: #575757. Windows color (decimal): -9414634 or 1464432. OLE color: 1464432.
HSL color Cylindrical-coordinate representation of color #705816: hue angle of 44º 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 #705816 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 22 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.56 |
| HSL | 44º | 0.67% | 0.26% | - |
| HSV(B) | 44º | 0.8% | 0.44% | - |
| XYZ | 10.32 | 10.48 | 2.24 | - |
| YUV | 87.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 22 | 0 | 0.21 | 0.80 | 0.56 | 44 | 0.67 | 0.26 |
| Hex | 70 | 58 | 16 | 0 | 15 | 50 | 38 | 2C | 43 | 1A |
| Octal | 160 | 130 | 26 | 0 | 25 | 120 | 70 | 54 | 103 | 32 |
| Binary | 1110000 | 1011000 | 10110 | 0 | 10101 | 1010000 | 111000 | 101100 | 1000011 | 11010 |
Color Harmonies of #705816
Complementary color
Monochromatic Colors of #705816
Black with #705816
Text Example
Text Example
White with #705816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705816; }
p { color: rgb(112,88,22); }
H1.HeaderClassName
{
color: #705816;
}
.AnyTagClassName
{
color: #705816;
}
</style>
background-color css
<style>
a { background-color: #705816; }
a { background-color: rgb(112,88,22); }
div.DivClassName
{
background-color: #705816;
}
.BgClassName
{
background-color: #705816;
}
</style>
border-color css
<style>
span { border-color: #705816; }
span { border-color: rgb(112,88,22); }
td.TdClassName
{
border-color: #705816;
}
.TagClassName
{
border-color: #705816;
}
</style>