Shades of Raw Umber #705A14
Tints of Raw Umber #705A14
RGB
CMYK
RGB Variations
Color information
#705A14 (or 0x705A14) is known color: Raw Umber. HEX triplet: 70, 5A and 14. RGB value is (112,90,20). Sum of RGB (Red+Green+Blue) = 112+90+20=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #705A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A14 is #8FA5EB. Grayscale: #585858. Windows color (decimal): -9414124 or 1333872. OLE color: 1333872.
HSL color Cylindrical-coordinate representation of color #705A14: hue angle of 45.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #705A14 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 20 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.56 |
| HSL | 45.65º | 0.7% | 0.26% | - |
| HSV(B) | 45.65º | 0.82% | 0.44% | - |
| XYZ | 10.46 | 10.81 | 2.2 | - |
| YUV | 88.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 20 | 0 | 0.20 | 0.82 | 0.56 | 45.65 | 0.7 | 0.26 |
| Hex | 70 | 5A | 14 | 0 | 14 | 52 | 38 | 2E | 46 | 1A |
| Octal | 160 | 132 | 24 | 0 | 24 | 122 | 70 | 56 | 106 | 32 |
| Binary | 1110000 | 1011010 | 10100 | 0 | 10100 | 1010010 | 111000 | 101110 | 1000110 | 11010 |
Color Harmonies of #705A14
Complementary color
Monochromatic Colors of #705A14
Black with #705A14
Text Example
Text Example
White with #705A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A14; }
p { color: rgb(112,90,20); }
H1.HeaderClassName
{
color: #705A14;
}
.AnyTagClassName
{
color: #705A14;
}
</style>
background-color css
<style>
a { background-color: #705A14; }
a { background-color: rgb(112,90,20); }
div.DivClassName
{
background-color: #705A14;
}
.BgClassName
{
background-color: #705A14;
}
</style>
border-color css
<style>
span { border-color: #705A14; }
span { border-color: rgb(112,90,20); }
td.TdClassName
{
border-color: #705A14;
}
.TagClassName
{
border-color: #705A14;
}
</style>