Shades of Raw Umber #705516
Tints of Raw Umber #705516
RGB
CMYK
RGB Variations
Color information
#705516 (or 0x705516) is known color: Raw Umber. HEX triplet: 70, 55 and 16. RGB value is (112,85,22). Sum of RGB (Red+Green+Blue) = 112+85+22=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705516 is #8FAAE9. Grayscale: #565656. Windows color (decimal): -9415402 or 1463664. OLE color: 1463664.
HSL color Cylindrical-coordinate representation of color #705516: hue angle of 42º 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 #705516 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 22 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.56 |
| HSL | 42º | 0.67% | 0.26% | - |
| HSV(B) | 42º | 0.8% | 0.44% | - |
| XYZ | 10.08 | 10 | 2.16 | - |
| YUV | 85.89 | 91.95 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 22 | 0 | 0.24 | 0.80 | 0.56 | 42 | 0.67 | 0.26 |
| Hex | 70 | 55 | 16 | 0 | 18 | 50 | 38 | 2A | 43 | 1A |
| Octal | 160 | 125 | 26 | 0 | 30 | 120 | 70 | 52 | 103 | 32 |
| Binary | 1110000 | 1010101 | 10110 | 0 | 11000 | 1010000 | 111000 | 101010 | 1000011 | 11010 |
Color Harmonies of #705516
Complementary color
Monochromatic Colors of #705516
Black with #705516
Text Example
Text Example
White with #705516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705516; }
p { color: rgb(112,85,22); }
H1.HeaderClassName
{
color: #705516;
}
.AnyTagClassName
{
color: #705516;
}
</style>
background-color css
<style>
a { background-color: #705516; }
a { background-color: rgb(112,85,22); }
div.DivClassName
{
background-color: #705516;
}
.BgClassName
{
background-color: #705516;
}
</style>
border-color css
<style>
span { border-color: #705516; }
span { border-color: rgb(112,85,22); }
td.TdClassName
{
border-color: #705516;
}
.TagClassName
{
border-color: #705516;
}
</style>