Shades of Raw Umber #70500B
Tints of Raw Umber #70500B
RGB
CMYK
RGB Variations
Color information
#70500B (or 0x70500B) is known color: Raw Umber. HEX triplet: 70, 50 and 0B. RGB value is (112,80,11). Sum of RGB (Red+Green+Blue) = 112+80+11=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70500B is #8FAFF4. Grayscale: #525252. Windows color (decimal): -9416693 or 741488. OLE color: 741488.
HSL color Cylindrical-coordinate representation of color #70500B: hue angle of 40.99º 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 #70500B is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 11 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.56 |
| HSL | 40.99º | 0.82% | 0.24% | - |
| HSV(B) | 40.99º | 0.9% | 0.44% | - |
| XYZ | 9.61 | 9.21 | 1.59 | - |
| YUV | 81.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 11 | 0 | 0.29 | 0.90 | 0.56 | 40.99 | 0.82 | 0.24 |
| Hex | 70 | 50 | B | 0 | 1D | 5A | 38 | 29 | 52 | 18 |
| Octal | 160 | 120 | 13 | 0 | 35 | 132 | 70 | 51 | 122 | 30 |
| Binary | 1110000 | 1010000 | 1011 | 0 | 11101 | 1011010 | 111000 | 101001 | 1010010 | 11000 |
Color Harmonies of #70500B
Complementary color
Monochromatic Colors of #70500B
Black with #70500B
Text Example
Text Example
White with #70500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70500B; }
p { color: rgb(112,80,11); }
H1.HeaderClassName
{
color: #70500B;
}
.AnyTagClassName
{
color: #70500B;
}
</style>
background-color css
<style>
a { background-color: #70500B; }
a { background-color: rgb(112,80,11); }
div.DivClassName
{
background-color: #70500B;
}
.BgClassName
{
background-color: #70500B;
}
</style>
border-color css
<style>
span { border-color: #70500B; }
span { border-color: rgb(112,80,11); }
td.TdClassName
{
border-color: #70500B;
}
.TagClassName
{
border-color: #70500B;
}
</style>