Shades of Raw Umber #70511A
Tints of Raw Umber #70511A
RGB
CMYK
RGB Variations
Color information
#70511A (or 0x70511A) is known color: Raw Umber. HEX triplet: 70, 51 and 1A. RGB value is (112,81,26). Sum of RGB (Red+Green+Blue) = 112+81+26=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70511A is #8FAEE5. Grayscale: #545454. Windows color (decimal): -9416422 or 1724784. OLE color: 1724784.
HSL color Cylindrical-coordinate representation of color #70511A: hue angle of 38.37º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70511A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 26 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.56 |
| HSL | 38.37º | 0.62% | 0.27% | - |
| HSV(B) | 38.37º | 0.77% | 0.44% | - |
| XYZ | 9.81 | 9.4 | 2.28 | - |
| YUV | 84 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 26 | 0 | 0.28 | 0.77 | 0.56 | 38.37 | 0.62 | 0.27 |
| Hex | 70 | 51 | 1A | 0 | 1C | 4D | 38 | 26 | 3E | 1B |
| Octal | 160 | 121 | 32 | 0 | 34 | 115 | 70 | 46 | 76 | 33 |
| Binary | 1110000 | 1010001 | 11010 | 0 | 11100 | 1001101 | 111000 | 100110 | 111110 | 11011 |
Color Harmonies of #70511A
Complementary color
Monochromatic Colors of #70511A
Black with #70511A
Text Example
Text Example
White with #70511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70511A; }
p { color: rgb(112,81,26); }
H1.HeaderClassName
{
color: #70511A;
}
.AnyTagClassName
{
color: #70511A;
}
</style>
background-color css
<style>
a { background-color: #70511A; }
a { background-color: rgb(112,81,26); }
div.DivClassName
{
background-color: #70511A;
}
.BgClassName
{
background-color: #70511A;
}
</style>
border-color css
<style>
span { border-color: #70511A; }
span { border-color: rgb(112,81,26); }
td.TdClassName
{
border-color: #70511A;
}
.TagClassName
{
border-color: #70511A;
}
</style>