Shades of Raw Umber #70511D
Tints of Raw Umber #70511D
RGB
CMYK
RGB Variations
Color information
#70511D (or 0x70511D) is known color: Raw Umber. HEX triplet: 70, 51 and 1D. RGB value is (112,81,29). Sum of RGB (Red+Green+Blue) = 112+81+29=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70511D is #8FAEE2. Grayscale: #545454. Windows color (decimal): -9416419 or 1921392. OLE color: 1921392.
HSL color Cylindrical-coordinate representation of color #70511D: hue angle of 37.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70511D is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 29 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.56 |
| HSL | 37.59º | 0.59% | 0.28% | - |
| HSV(B) | 37.59º | 0.74% | 0.44% | - |
| XYZ | 9.85 | 9.42 | 2.46 | - |
| YUV | 84.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 29 | 0 | 0.28 | 0.74 | 0.56 | 37.59 | 0.59 | 0.28 |
| Hex | 70 | 51 | 1D | 0 | 1C | 4A | 38 | 26 | 3B | 1C |
| Octal | 160 | 121 | 35 | 0 | 34 | 112 | 70 | 46 | 73 | 34 |
| Binary | 1110000 | 1010001 | 11101 | 0 | 11100 | 1001010 | 111000 | 100110 | 111011 | 11100 |
Color Harmonies of #70511D
Complementary color
Monochromatic Colors of #70511D
Black with #70511D
Text Example
Text Example
White with #70511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70511D; }
p { color: rgb(112,81,29); }
H1.HeaderClassName
{
color: #70511D;
}
.AnyTagClassName
{
color: #70511D;
}
</style>
background-color css
<style>
a { background-color: #70511D; }
a { background-color: rgb(112,81,29); }
div.DivClassName
{
background-color: #70511D;
}
.BgClassName
{
background-color: #70511D;
}
</style>
border-color css
<style>
span { border-color: #70511D; }
span { border-color: rgb(112,81,29); }
td.TdClassName
{
border-color: #70511D;
}
.TagClassName
{
border-color: #70511D;
}
</style>