Shades of Himalaya #705E20
Tints of Himalaya #705E20
RGB
CMYK
RGB Variations
Color information
#705E20 (or 0x705E20) is known color: Himalaya. HEX triplet: 70, 5E and 20. RGB value is (112,94,32). Sum of RGB (Red+Green+Blue) = 112+94+32=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #705E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E20 is #8FA1DF. Grayscale: #5C5C5C. Windows color (decimal): -9413088 or 2121328. OLE color: 2121328.
HSL color Cylindrical-coordinate representation of color #705E20: hue angle of 46.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #705E20 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 32 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.56 |
| HSL | 46.5º | 0.56% | 0.28% | - |
| HSV(B) | 46.5º | 0.71% | 0.44% | - |
| XYZ | 10.95 | 11.55 | 3.02 | - |
| YUV | 92.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 32 | 0 | 0.16 | 0.71 | 0.56 | 46.5 | 0.56 | 0.28 |
| Hex | 70 | 5E | 20 | 0 | 10 | 47 | 38 | 2E | 38 | 1C |
| Octal | 160 | 136 | 40 | 0 | 20 | 107 | 70 | 56 | 70 | 34 |
| Binary | 1110000 | 1011110 | 100000 | 0 | 10000 | 1000111 | 111000 | 101110 | 111000 | 11100 |
Color Harmonies of #705E20
Complementary color
Monochromatic Colors of #705E20
Black with #705E20
Text Example
Text Example
White with #705E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E20; }
p { color: rgb(112,94,32); }
H1.HeaderClassName
{
color: #705E20;
}
.AnyTagClassName
{
color: #705E20;
}
</style>
background-color css
<style>
a { background-color: #705E20; }
a { background-color: rgb(112,94,32); }
div.DivClassName
{
background-color: #705E20;
}
.BgClassName
{
background-color: #705E20;
}
</style>
border-color css
<style>
span { border-color: #705E20; }
span { border-color: rgb(112,94,32); }
td.TdClassName
{
border-color: #705E20;
}
.TagClassName
{
border-color: #705E20;
}
</style>