Shades of Raw Umber #705704
Tints of Raw Umber #705704
RGB
CMYK
RGB Variations
Color information
#705704 (or 0x705704) is known color: Raw Umber. HEX triplet: 70, 57 and 04. RGB value is (112,87,4). Sum of RGB (Red+Green+Blue) = 112+87+4=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705704 is #8FA8FB. Grayscale: #555555. Windows color (decimal): -9414908 or 284528. OLE color: 284528.
HSL color Cylindrical-coordinate representation of color #705704: hue angle of 46.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #705704 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 4 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.56 |
| HSL | 46.11º | 0.93% | 0.23% | - |
| HSV(B) | 46.11º | 0.96% | 0.44% | - |
| XYZ | 10.11 | 10.27 | 1.56 | - |
| YUV | 85.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 4 | 0 | 0.22 | 0.96 | 0.56 | 46.11 | 0.93 | 0.23 |
| Hex | 70 | 57 | 4 | 0 | 16 | 60 | 38 | 2E | 5D | 17 |
| Octal | 160 | 127 | 4 | 0 | 26 | 140 | 70 | 56 | 135 | 27 |
| Binary | 1110000 | 1010111 | 100 | 0 | 10110 | 1100000 | 111000 | 101110 | 1011101 | 10111 |
Color Harmonies of #705704
Complementary color
Monochromatic Colors of #705704
Black with #705704
Text Example
Text Example
White with #705704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705704; }
p { color: rgb(112,87,4); }
H1.HeaderClassName
{
color: #705704;
}
.AnyTagClassName
{
color: #705704;
}
</style>
background-color css
<style>
a { background-color: #705704; }
a { background-color: rgb(112,87,4); }
div.DivClassName
{
background-color: #705704;
}
.BgClassName
{
background-color: #705704;
}
</style>
border-color css
<style>
span { border-color: #705704; }
span { border-color: rgb(112,87,4); }
td.TdClassName
{
border-color: #705704;
}
.TagClassName
{
border-color: #705704;
}
</style>