Shades of Raw Umber #705804
Tints of Raw Umber #705804
RGB
CMYK
RGB Variations
Color information
#705804 (or 0x705804) is known color: Raw Umber. HEX triplet: 70, 58 and 04. RGB value is (112,88,4). Sum of RGB (Red+Green+Blue) = 112+88+4=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705804 is #8FA7FB. Grayscale: #555555. Windows color (decimal): -9414652 or 284784. OLE color: 284784.
HSL color Cylindrical-coordinate representation of color #705804: hue angle of 46.67º 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 #705804 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 4 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.56 |
| HSL | 46.67º | 0.93% | 0.23% | - |
| HSV(B) | 46.67º | 0.96% | 0.44% | - |
| XYZ | 10.19 | 10.43 | 1.59 | - |
| YUV | 85.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 4 | 0 | 0.21 | 0.96 | 0.56 | 46.67 | 0.93 | 0.23 |
| Hex | 70 | 58 | 4 | 0 | 15 | 60 | 38 | 2F | 5D | 17 |
| Octal | 160 | 130 | 4 | 0 | 25 | 140 | 70 | 57 | 135 | 27 |
| Binary | 1110000 | 1011000 | 100 | 0 | 10101 | 1100000 | 111000 | 101111 | 1011101 | 10111 |
Color Harmonies of #705804
Complementary color
Monochromatic Colors of #705804
Black with #705804
Text Example
Text Example
White with #705804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705804; }
p { color: rgb(112,88,4); }
H1.HeaderClassName
{
color: #705804;
}
.AnyTagClassName
{
color: #705804;
}
</style>
background-color css
<style>
a { background-color: #705804; }
a { background-color: rgb(112,88,4); }
div.DivClassName
{
background-color: #705804;
}
.BgClassName
{
background-color: #705804;
}
</style>
border-color css
<style>
span { border-color: #705804; }
span { border-color: rgb(112,88,4); }
td.TdClassName
{
border-color: #705804;
}
.TagClassName
{
border-color: #705804;
}
</style>