Shades of Raw Umber #705112
Tints of Raw Umber #705112
RGB
CMYK
RGB Variations
Color information
#705112 (or 0x705112) is known color: Raw Umber. HEX triplet: 70, 51 and 12. RGB value is (112,81,18). Sum of RGB (Red+Green+Blue) = 112+81+18=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705112 is #8FAEED. Grayscale: #535353. Windows color (decimal): -9416430 or 1200496. OLE color: 1200496.
HSL color Cylindrical-coordinate representation of color #705112: hue angle of 40.21º 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 #705112 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 18 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.56 |
| HSL | 40.21º | 0.72% | 0.25% | - |
| HSV(B) | 40.21º | 0.84% | 0.44% | - |
| XYZ | 9.73 | 9.37 | 1.87 | - |
| YUV | 83.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 18 | 0 | 0.28 | 0.84 | 0.56 | 40.21 | 0.72 | 0.25 |
| Hex | 70 | 51 | 12 | 0 | 1C | 54 | 38 | 28 | 48 | 19 |
| Octal | 160 | 121 | 22 | 0 | 34 | 124 | 70 | 50 | 110 | 31 |
| Binary | 1110000 | 1010001 | 10010 | 0 | 11100 | 1010100 | 111000 | 101000 | 1001000 | 11001 |
Color Harmonies of #705112
Complementary color
Monochromatic Colors of #705112
Black with #705112
Text Example
Text Example
White with #705112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705112; }
p { color: rgb(112,81,18); }
H1.HeaderClassName
{
color: #705112;
}
.AnyTagClassName
{
color: #705112;
}
</style>
background-color css
<style>
a { background-color: #705112; }
a { background-color: rgb(112,81,18); }
div.DivClassName
{
background-color: #705112;
}
.BgClassName
{
background-color: #705112;
}
</style>
border-color css
<style>
span { border-color: #705112; }
span { border-color: rgb(112,81,18); }
td.TdClassName
{
border-color: #705112;
}
.TagClassName
{
border-color: #705112;
}
</style>