Shades of Raw Umber #705012
Tints of Raw Umber #705012
RGB
CMYK
RGB Variations
Color information
#705012 (or 0x705012) is known color: Raw Umber. HEX triplet: 70, 50 and 12. RGB value is (112,80,18). Sum of RGB (Red+Green+Blue) = 112+80+18=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #705012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705012 is #8FAFED. Grayscale: #525252. Windows color (decimal): -9416686 or 1200240. OLE color: 1200240.
HSL color Cylindrical-coordinate representation of color #705012: hue angle of 39.57º 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 #705012 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 18 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.56 |
| HSL | 39.57º | 0.72% | 0.25% | - |
| HSV(B) | 39.57º | 0.84% | 0.44% | - |
| XYZ | 9.66 | 9.23 | 1.84 | - |
| YUV | 82.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 18 | 0 | 0.29 | 0.84 | 0.56 | 39.57 | 0.72 | 0.25 |
| Hex | 70 | 50 | 12 | 0 | 1D | 54 | 38 | 28 | 48 | 19 |
| Octal | 160 | 120 | 22 | 0 | 35 | 124 | 70 | 50 | 110 | 31 |
| Binary | 1110000 | 1010000 | 10010 | 0 | 11101 | 1010100 | 111000 | 101000 | 1001000 | 11001 |
Color Harmonies of #705012
Complementary color
Monochromatic Colors of #705012
Black with #705012
Text Example
Text Example
White with #705012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705012; }
p { color: rgb(112,80,18); }
H1.HeaderClassName
{
color: #705012;
}
.AnyTagClassName
{
color: #705012;
}
</style>
background-color css
<style>
a { background-color: #705012; }
a { background-color: rgb(112,80,18); }
div.DivClassName
{
background-color: #705012;
}
.BgClassName
{
background-color: #705012;
}
</style>
border-color css
<style>
span { border-color: #705012; }
span { border-color: rgb(112,80,18); }
td.TdClassName
{
border-color: #705012;
}
.TagClassName
{
border-color: #705012;
}
</style>