Shades of Raw Umber #705A15
Tints of Raw Umber #705A15
RGB
CMYK
RGB Variations
Color information
#705A15 (or 0x705A15) is known color: Raw Umber. HEX triplet: 70, 5A and 15. RGB value is (112,90,21). Sum of RGB (Red+Green+Blue) = 112+90+21=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A15 is #8FA5EA. Grayscale: #595959. Windows color (decimal): -9414123 or 1399408. OLE color: 1399408.
HSL color Cylindrical-coordinate representation of color #705A15: hue angle of 45.49º 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 #705A15 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 21 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.56 |
| HSL | 45.49º | 0.68% | 0.26% | - |
| HSV(B) | 45.49º | 0.81% | 0.44% | - |
| XYZ | 10.47 | 10.81 | 2.24 | - |
| YUV | 88.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 21 | 0 | 0.20 | 0.81 | 0.56 | 45.49 | 0.68 | 0.26 |
| Hex | 70 | 5A | 15 | 0 | 14 | 51 | 38 | 2D | 44 | 1A |
| Octal | 160 | 132 | 25 | 0 | 24 | 121 | 70 | 55 | 104 | 32 |
| Binary | 1110000 | 1011010 | 10101 | 0 | 10100 | 1010001 | 111000 | 101101 | 1000100 | 11010 |
Color Harmonies of #705A15
Complementary color
Monochromatic Colors of #705A15
Black with #705A15
Text Example
Text Example
White with #705A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A15; }
p { color: rgb(112,90,21); }
H1.HeaderClassName
{
color: #705A15;
}
.AnyTagClassName
{
color: #705A15;
}
</style>
background-color css
<style>
a { background-color: #705A15; }
a { background-color: rgb(112,90,21); }
div.DivClassName
{
background-color: #705A15;
}
.BgClassName
{
background-color: #705A15;
}
</style>
border-color css
<style>
span { border-color: #705A15; }
span { border-color: rgb(112,90,21); }
td.TdClassName
{
border-color: #705A15;
}
.TagClassName
{
border-color: #705A15;
}
</style>