Shades of Raw Umber #705B14
Tints of Raw Umber #705B14
RGB
CMYK
RGB Variations
Color information
#705B14 (or 0x705B14) is known color: Raw Umber. HEX triplet: 70, 5B and 14. RGB value is (112,91,20). Sum of RGB (Red+Green+Blue) = 112+91+20=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B14 is #8FA4EB. Grayscale: #595959. Windows color (decimal): -9413868 or 1334128. OLE color: 1334128.
HSL color Cylindrical-coordinate representation of color #705B14: hue angle of 46.3º 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 #705B14 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 20 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.56 |
| HSL | 46.3º | 0.7% | 0.26% | - |
| HSV(B) | 46.3º | 0.82% | 0.44% | - |
| XYZ | 10.55 | 10.98 | 2.22 | - |
| YUV | 89.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 20 | 0 | 0.19 | 0.82 | 0.56 | 46.3 | 0.7 | 0.26 |
| Hex | 70 | 5B | 14 | 0 | 13 | 52 | 38 | 2E | 46 | 1A |
| Octal | 160 | 133 | 24 | 0 | 23 | 122 | 70 | 56 | 106 | 32 |
| Binary | 1110000 | 1011011 | 10100 | 0 | 10011 | 1010010 | 111000 | 101110 | 1000110 | 11010 |
Color Harmonies of #705B14
Complementary color
Monochromatic Colors of #705B14
Black with #705B14
Text Example
Text Example
White with #705B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B14; }
p { color: rgb(112,91,20); }
H1.HeaderClassName
{
color: #705B14;
}
.AnyTagClassName
{
color: #705B14;
}
</style>
background-color css
<style>
a { background-color: #705B14; }
a { background-color: rgb(112,91,20); }
div.DivClassName
{
background-color: #705B14;
}
.BgClassName
{
background-color: #705B14;
}
</style>
border-color css
<style>
span { border-color: #705B14; }
span { border-color: rgb(112,91,20); }
td.TdClassName
{
border-color: #705B14;
}
.TagClassName
{
border-color: #705B14;
}
</style>