Shades of Raw Umber #705814
Tints of Raw Umber #705814
RGB
CMYK
RGB Variations
Color information
#705814 (or 0x705814) is known color: Raw Umber. HEX triplet: 70, 58 and 14. RGB value is (112,88,20). Sum of RGB (Red+Green+Blue) = 112+88+20=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705814 is #8FA7EB. Grayscale: #575757. Windows color (decimal): -9414636 or 1333360. OLE color: 1333360.
HSL color Cylindrical-coordinate representation of color #705814: hue angle of 44.35º 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 #705814 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 20 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.56 |
| HSL | 44.35º | 0.7% | 0.26% | - |
| HSV(B) | 44.35º | 0.82% | 0.44% | - |
| XYZ | 10.3 | 10.47 | 2.14 | - |
| YUV | 87.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 20 | 0 | 0.21 | 0.82 | 0.56 | 44.35 | 0.7 | 0.26 |
| Hex | 70 | 58 | 14 | 0 | 15 | 52 | 38 | 2C | 46 | 1A |
| Octal | 160 | 130 | 24 | 0 | 25 | 122 | 70 | 54 | 106 | 32 |
| Binary | 1110000 | 1011000 | 10100 | 0 | 10101 | 1010010 | 111000 | 101100 | 1000110 | 11010 |
Color Harmonies of #705814
Complementary color
Monochromatic Colors of #705814
Black with #705814
Text Example
Text Example
White with #705814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705814; }
p { color: rgb(112,88,20); }
H1.HeaderClassName
{
color: #705814;
}
.AnyTagClassName
{
color: #705814;
}
</style>
background-color css
<style>
a { background-color: #705814; }
a { background-color: rgb(112,88,20); }
div.DivClassName
{
background-color: #705814;
}
.BgClassName
{
background-color: #705814;
}
</style>
border-color css
<style>
span { border-color: #705814; }
span { border-color: rgb(112,88,20); }
td.TdClassName
{
border-color: #705814;
}
.TagClassName
{
border-color: #705814;
}
</style>