Shades of Raw Umber #705800
Tints of Raw Umber #705800
RGB
CMYK
RGB Variations
Color information
#705800 (or 0x705800) is known color: Raw Umber. HEX triplet: 70, 58 and 00. RGB value is (112,88,0). Sum of RGB (Red+Green+Blue) = 112+88+0=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705800 is #8FA7FF. Grayscale: #555555. Windows color (decimal): -9414656 or 22640. OLE color: 22640.
HSL color Cylindrical-coordinate representation of color #705800: hue angle of 47.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #705800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.56 |
| HSL | 47.14º | 1% | 0.22% | - |
| HSV(B) | 47.14º | 1% | 0.44% | - |
| XYZ | 10.17 | 10.42 | 1.48 | - |
| YUV | 85.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 0 | 0 | 0.21 | 1 | 0.56 | 47.14 | 1 | 0.22 |
| Hex | 70 | 58 | 0 | 0 | 15 | 64 | 38 | 2F | 64 | 16 |
| Octal | 160 | 130 | 0 | 0 | 25 | 144 | 70 | 57 | 144 | 26 |
| Binary | 1110000 | 1011000 | 0 | 0 | 10101 | 1100100 | 111000 | 101111 | 1100100 | 10110 |
Color Harmonies of #705800
Complementary color
Monochromatic Colors of #705800
Black with #705800
Text Example
Text Example
White with #705800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705800; }
p { color: rgb(112,88,0); }
H1.HeaderClassName
{
color: #705800;
}
.AnyTagClassName
{
color: #705800;
}
</style>
background-color css
<style>
a { background-color: #705800; }
a { background-color: rgb(112,88,0); }
div.DivClassName
{
background-color: #705800;
}
.BgClassName
{
background-color: #705800;
}
</style>
border-color css
<style>
span { border-color: #705800; }
span { border-color: rgb(112,88,0); }
td.TdClassName
{
border-color: #705800;
}
.TagClassName
{
border-color: #705800;
}
</style>