Shades of Raw Umber #705905
Tints of Raw Umber #705905
RGB
CMYK
RGB Variations
Color information
#705905 (or 0x705905) is known color: Raw Umber. HEX triplet: 70, 59 and 05. RGB value is (112,89,5). Sum of RGB (Red+Green+Blue) = 112+89+5=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #705905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705905 is #8FA6FA. Grayscale: #565656. Windows color (decimal): -9414395 or 350576. OLE color: 350576.
HSL color Cylindrical-coordinate representation of color #705905: hue angle of 47.1º degrees, saturation: 0.91, 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 #705905 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 5 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.56 |
| HSL | 47.1º | 0.91% | 0.23% | - |
| HSV(B) | 47.1º | 0.96% | 0.44% | - |
| XYZ | 10.28 | 10.6 | 1.65 | - |
| YUV | 86.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 5 | 0 | 0.21 | 0.96 | 0.56 | 47.1 | 0.91 | 0.23 |
| Hex | 70 | 59 | 5 | 0 | 15 | 60 | 38 | 2F | 5B | 17 |
| Octal | 160 | 131 | 5 | 0 | 25 | 140 | 70 | 57 | 133 | 27 |
| Binary | 1110000 | 1011001 | 101 | 0 | 10101 | 1100000 | 111000 | 101111 | 1011011 | 10111 |
Color Harmonies of #705905
Complementary color
Monochromatic Colors of #705905
Black with #705905
Text Example
Text Example
White with #705905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705905; }
p { color: rgb(112,89,5); }
H1.HeaderClassName
{
color: #705905;
}
.AnyTagClassName
{
color: #705905;
}
</style>
background-color css
<style>
a { background-color: #705905; }
a { background-color: rgb(112,89,5); }
div.DivClassName
{
background-color: #705905;
}
.BgClassName
{
background-color: #705905;
}
</style>
border-color css
<style>
span { border-color: #705905; }
span { border-color: rgb(112,89,5); }
td.TdClassName
{
border-color: #705905;
}
.TagClassName
{
border-color: #705905;
}
</style>