Shades of Raw Umber #705111
Tints of Raw Umber #705111
RGB
CMYK
RGB Variations
Color information
#705111 (or 0x705111) is known color: Raw Umber. HEX triplet: 70, 51 and 11. RGB value is (112,81,17). Sum of RGB (Red+Green+Blue) = 112+81+17=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #705111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705111 is #8FAEEE. Grayscale: #535353. Windows color (decimal): -9416431 or 1134960. OLE color: 1134960.
HSL color Cylindrical-coordinate representation of color #705111: hue angle of 40.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #705111 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 17 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.56 |
| HSL | 40.42º | 0.74% | 0.25% | - |
| HSV(B) | 40.42º | 0.85% | 0.44% | - |
| XYZ | 9.73 | 9.37 | 1.83 | - |
| YUV | 82.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 17 | 0 | 0.28 | 0.85 | 0.56 | 40.42 | 0.74 | 0.25 |
| Hex | 70 | 51 | 11 | 0 | 1C | 55 | 38 | 28 | 4A | 19 |
| Octal | 160 | 121 | 21 | 0 | 34 | 125 | 70 | 50 | 112 | 31 |
| Binary | 1110000 | 1010001 | 10001 | 0 | 11100 | 1010101 | 111000 | 101000 | 1001010 | 11001 |
Color Harmonies of #705111
Complementary color
Monochromatic Colors of #705111
Black with #705111
Text Example
Text Example
White with #705111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705111; }
p { color: rgb(112,81,17); }
H1.HeaderClassName
{
color: #705111;
}
.AnyTagClassName
{
color: #705111;
}
</style>
background-color css
<style>
a { background-color: #705111; }
a { background-color: rgb(112,81,17); }
div.DivClassName
{
background-color: #705111;
}
.BgClassName
{
background-color: #705111;
}
</style>
border-color css
<style>
span { border-color: #705111; }
span { border-color: rgb(112,81,17); }
td.TdClassName
{
border-color: #705111;
}
.TagClassName
{
border-color: #705111;
}
</style>