Shades of Raw Umber #70560E
Tints of Raw Umber #70560E
RGB
CMYK
RGB Variations
Color information
#70560E (or 0x70560E) is known color: Raw Umber. HEX triplet: 70, 56 and 0E. RGB value is (112,86,14). Sum of RGB (Red+Green+Blue) = 112+86+14=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70560E is #8FA9F1. Grayscale: #555555. Windows color (decimal): -9415154 or 939632. OLE color: 939632.
HSL color Cylindrical-coordinate representation of color #70560E: hue angle of 44.08º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70560E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 14 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.56 |
| HSL | 44.08º | 0.78% | 0.25% | - |
| HSV(B) | 44.08º | 0.88% | 0.44% | - |
| XYZ | 10.09 | 10.13 | 1.84 | - |
| YUV | 85.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 14 | 0 | 0.23 | 0.88 | 0.56 | 44.08 | 0.78 | 0.25 |
| Hex | 70 | 56 | E | 0 | 17 | 58 | 38 | 2C | 4E | 19 |
| Octal | 160 | 126 | 16 | 0 | 27 | 130 | 70 | 54 | 116 | 31 |
| Binary | 1110000 | 1010110 | 1110 | 0 | 10111 | 1011000 | 111000 | 101100 | 1001110 | 11001 |
Color Harmonies of #70560E
Complementary color
Monochromatic Colors of #70560E
Black with #70560E
Text Example
Text Example
White with #70560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70560E; }
p { color: rgb(112,86,14); }
H1.HeaderClassName
{
color: #70560E;
}
.AnyTagClassName
{
color: #70560E;
}
</style>
background-color css
<style>
a { background-color: #70560E; }
a { background-color: rgb(112,86,14); }
div.DivClassName
{
background-color: #70560E;
}
.BgClassName
{
background-color: #70560E;
}
</style>
border-color css
<style>
span { border-color: #70560E; }
span { border-color: rgb(112,86,14); }
td.TdClassName
{
border-color: #70560E;
}
.TagClassName
{
border-color: #70560E;
}
</style>