Shades of Raw Umber #705212
Tints of Raw Umber #705212
RGB
CMYK
RGB Variations
Color information
#705212 (or 0x705212) is known color: Raw Umber. HEX triplet: 70, 52 and 12. RGB value is (112,82,18). Sum of RGB (Red+Green+Blue) = 112+82+18=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705212 is #8FADED. Grayscale: #535353. Windows color (decimal): -9416174 or 1200752. OLE color: 1200752.
HSL color Cylindrical-coordinate representation of color #705212: hue angle of 40.85º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #705212 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 18 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.56 |
| HSL | 40.85º | 0.72% | 0.25% | - |
| HSV(B) | 40.85º | 0.84% | 0.44% | - |
| XYZ | 9.81 | 9.52 | 1.89 | - |
| YUV | 83.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 18 | 0 | 0.27 | 0.84 | 0.56 | 40.85 | 0.72 | 0.25 |
| Hex | 70 | 52 | 12 | 0 | 1B | 54 | 38 | 29 | 48 | 19 |
| Octal | 160 | 122 | 22 | 0 | 33 | 124 | 70 | 51 | 110 | 31 |
| Binary | 1110000 | 1010010 | 10010 | 0 | 11011 | 1010100 | 111000 | 101001 | 1001000 | 11001 |
Color Harmonies of #705212
Complementary color
Monochromatic Colors of #705212
Black with #705212
Text Example
Text Example
White with #705212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705212; }
p { color: rgb(112,82,18); }
H1.HeaderClassName
{
color: #705212;
}
.AnyTagClassName
{
color: #705212;
}
</style>
background-color css
<style>
a { background-color: #705212; }
a { background-color: rgb(112,82,18); }
div.DivClassName
{
background-color: #705212;
}
.BgClassName
{
background-color: #705212;
}
</style>
border-color css
<style>
span { border-color: #705212; }
span { border-color: rgb(112,82,18); }
td.TdClassName
{
border-color: #705212;
}
.TagClassName
{
border-color: #705212;
}
</style>