Shades of Raw Umber #705A05
Tints of Raw Umber #705A05
RGB
CMYK
RGB Variations
Color information
#705A05 (or 0x705A05) is known color: Raw Umber. HEX triplet: 70, 5A and 05. RGB value is (112,90,5). Sum of RGB (Red+Green+Blue) = 112+90+5=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #705A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A05 is #8FA5FA. Grayscale: #575757. Windows color (decimal): -9414139 or 350832. OLE color: 350832.
HSL color Cylindrical-coordinate representation of color #705A05: hue angle of 47.66º 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 #705A05 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 5 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.56 |
| HSL | 47.66º | 0.91% | 0.23% | - |
| HSV(B) | 47.66º | 0.96% | 0.44% | - |
| XYZ | 10.37 | 10.77 | 1.68 | - |
| YUV | 86.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 5 | 0 | 0.20 | 0.96 | 0.56 | 47.66 | 0.91 | 0.23 |
| Hex | 70 | 5A | 5 | 0 | 14 | 60 | 38 | 30 | 5B | 17 |
| Octal | 160 | 132 | 5 | 0 | 24 | 140 | 70 | 60 | 133 | 27 |
| Binary | 1110000 | 1011010 | 101 | 0 | 10100 | 1100000 | 111000 | 110000 | 1011011 | 10111 |
Color Harmonies of #705A05
Complementary color
Monochromatic Colors of #705A05
Black with #705A05
Text Example
Text Example
White with #705A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A05; }
p { color: rgb(112,90,5); }
H1.HeaderClassName
{
color: #705A05;
}
.AnyTagClassName
{
color: #705A05;
}
</style>
background-color css
<style>
a { background-color: #705A05; }
a { background-color: rgb(112,90,5); }
div.DivClassName
{
background-color: #705A05;
}
.BgClassName
{
background-color: #705A05;
}
</style>
border-color css
<style>
span { border-color: #705A05; }
span { border-color: rgb(112,90,5); }
td.TdClassName
{
border-color: #705A05;
}
.TagClassName
{
border-color: #705A05;
}
</style>