Shades of Raw Umber #705B15
Tints of Raw Umber #705B15
RGB
CMYK
RGB Variations
Color information
#705B15 (or 0x705B15) is known color: Raw Umber. HEX triplet: 70, 5B and 15. RGB value is (112,91,21). Sum of RGB (Red+Green+Blue) = 112+91+21=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #705B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B15 is #8FA4EA. Grayscale: #595959. Windows color (decimal): -9413867 or 1399664. OLE color: 1399664.
HSL color Cylindrical-coordinate representation of color #705B15: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #705B15 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 21 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.56 |
| HSL | 46.15º | 0.68% | 0.26% | - |
| HSV(B) | 46.15º | 0.81% | 0.44% | - |
| XYZ | 10.56 | 10.98 | 2.27 | - |
| YUV | 89.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 21 | 0 | 0.19 | 0.81 | 0.56 | 46.15 | 0.68 | 0.26 |
| Hex | 70 | 5B | 15 | 0 | 13 | 51 | 38 | 2E | 44 | 1A |
| Octal | 160 | 133 | 25 | 0 | 23 | 121 | 70 | 56 | 104 | 32 |
| Binary | 1110000 | 1011011 | 10101 | 0 | 10011 | 1010001 | 111000 | 101110 | 1000100 | 11010 |
Color Harmonies of #705B15
Complementary color
Monochromatic Colors of #705B15
Black with #705B15
Text Example
Text Example
White with #705B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B15; }
p { color: rgb(112,91,21); }
H1.HeaderClassName
{
color: #705B15;
}
.AnyTagClassName
{
color: #705B15;
}
</style>
background-color css
<style>
a { background-color: #705B15; }
a { background-color: rgb(112,91,21); }
div.DivClassName
{
background-color: #705B15;
}
.BgClassName
{
background-color: #705B15;
}
</style>
border-color css
<style>
span { border-color: #705B15; }
span { border-color: rgb(112,91,21); }
td.TdClassName
{
border-color: #705B15;
}
.TagClassName
{
border-color: #705B15;
}
</style>