Shades of Raw Umber #705819
Tints of Raw Umber #705819
RGB
CMYK
RGB Variations
Color information
#705819 (or 0x705819) is known color: Raw Umber. HEX triplet: 70, 58 and 19. RGB value is (112,88,25). Sum of RGB (Red+Green+Blue) = 112+88+25=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #705819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705819 is #8FA7E6. Grayscale: #585858. Windows color (decimal): -9414631 or 1661040. OLE color: 1661040.
HSL color Cylindrical-coordinate representation of color #705819: hue angle of 43.45º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #705819 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 25 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.56 |
| HSL | 43.45º | 0.64% | 0.27% | - |
| HSV(B) | 43.45º | 0.78% | 0.44% | - |
| XYZ | 10.35 | 10.49 | 2.4 | - |
| YUV | 87.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 25 | 0 | 0.21 | 0.78 | 0.56 | 43.45 | 0.64 | 0.27 |
| Hex | 70 | 58 | 19 | 0 | 15 | 4E | 38 | 2B | 40 | 1B |
| Octal | 160 | 130 | 31 | 0 | 25 | 116 | 70 | 53 | 100 | 33 |
| Binary | 1110000 | 1011000 | 11001 | 0 | 10101 | 1001110 | 111000 | 101011 | 1000000 | 11011 |
Color Harmonies of #705819
Complementary color
Monochromatic Colors of #705819
Black with #705819
Text Example
Text Example
White with #705819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705819; }
p { color: rgb(112,88,25); }
H1.HeaderClassName
{
color: #705819;
}
.AnyTagClassName
{
color: #705819;
}
</style>
background-color css
<style>
a { background-color: #705819; }
a { background-color: rgb(112,88,25); }
div.DivClassName
{
background-color: #705819;
}
.BgClassName
{
background-color: #705819;
}
</style>
border-color css
<style>
span { border-color: #705819; }
span { border-color: rgb(112,88,25); }
td.TdClassName
{
border-color: #705819;
}
.TagClassName
{
border-color: #705819;
}
</style>