Shades of Raw Umber #70510B
Tints of Raw Umber #70510B
RGB
CMYK
RGB Variations
Color information
#70510B (or 0x70510B) is known color: Raw Umber. HEX triplet: 70, 51 and 0B. RGB value is (112,81,11). Sum of RGB (Red+Green+Blue) = 112+81+11=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70510B is #8FAEF4. Grayscale: #525252. Windows color (decimal): -9416437 or 741744. OLE color: 741744.
HSL color Cylindrical-coordinate representation of color #70510B: hue angle of 41.58º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70510B is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 11 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.56 |
| HSL | 41.58º | 0.82% | 0.24% | - |
| HSV(B) | 41.58º | 0.9% | 0.44% | - |
| XYZ | 9.68 | 9.35 | 1.61 | - |
| YUV | 82.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 11 | 0 | 0.28 | 0.90 | 0.56 | 41.58 | 0.82 | 0.24 |
| Hex | 70 | 51 | B | 0 | 1C | 5A | 38 | 2A | 52 | 18 |
| Octal | 160 | 121 | 13 | 0 | 34 | 132 | 70 | 52 | 122 | 30 |
| Binary | 1110000 | 1010001 | 1011 | 0 | 11100 | 1011010 | 111000 | 101010 | 1010010 | 11000 |
Color Harmonies of #70510B
Complementary color
Monochromatic Colors of #70510B
Black with #70510B
Text Example
Text Example
White with #70510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70510B; }
p { color: rgb(112,81,11); }
H1.HeaderClassName
{
color: #70510B;
}
.AnyTagClassName
{
color: #70510B;
}
</style>
background-color css
<style>
a { background-color: #70510B; }
a { background-color: rgb(112,81,11); }
div.DivClassName
{
background-color: #70510B;
}
.BgClassName
{
background-color: #70510B;
}
</style>
border-color css
<style>
span { border-color: #70510B; }
span { border-color: rgb(112,81,11); }
td.TdClassName
{
border-color: #70510B;
}
.TagClassName
{
border-color: #70510B;
}
</style>