Shades of Raw Umber #705C14
Tints of Raw Umber #705C14
RGB
CMYK
RGB Variations
Color information
#705C14 (or 0x705C14) is known color: Raw Umber. HEX triplet: 70, 5C and 14. RGB value is (112,92,20). Sum of RGB (Red+Green+Blue) = 112+92+20=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #705C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C14 is #8FA3EB. Grayscale: #5A5A5A. Windows color (decimal): -9413612 or 1334384. OLE color: 1334384.
HSL color Cylindrical-coordinate representation of color #705C14: hue angle of 46.96º 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 #705C14 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 20 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.56 |
| HSL | 46.96º | 0.7% | 0.26% | - |
| HSV(B) | 46.96º | 0.82% | 0.44% | - |
| XYZ | 10.64 | 11.15 | 2.25 | - |
| YUV | 89.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 20 | 0 | 0.18 | 0.82 | 0.56 | 46.96 | 0.7 | 0.26 |
| Hex | 70 | 5C | 14 | 0 | 12 | 52 | 38 | 2F | 46 | 1A |
| Octal | 160 | 134 | 24 | 0 | 22 | 122 | 70 | 57 | 106 | 32 |
| Binary | 1110000 | 1011100 | 10100 | 0 | 10010 | 1010010 | 111000 | 101111 | 1000110 | 11010 |
Color Harmonies of #705C14
Complementary color
Monochromatic Colors of #705C14
Black with #705C14
Text Example
Text Example
White with #705C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C14; }
p { color: rgb(112,92,20); }
H1.HeaderClassName
{
color: #705C14;
}
.AnyTagClassName
{
color: #705C14;
}
</style>
background-color css
<style>
a { background-color: #705C14; }
a { background-color: rgb(112,92,20); }
div.DivClassName
{
background-color: #705C14;
}
.BgClassName
{
background-color: #705C14;
}
</style>
border-color css
<style>
span { border-color: #705C14; }
span { border-color: rgb(112,92,20); }
td.TdClassName
{
border-color: #705C14;
}
.TagClassName
{
border-color: #705C14;
}
</style>