Shades of Himalaya #715E22
Tints of Himalaya #715E22
RGB
CMYK
RGB Variations
Color information
#715E22 (or 0x715E22) is known color: Himalaya. HEX triplet: 71, 5E and 22. RGB value is (113,94,34). Sum of RGB (Red+Green+Blue) = 113+94+34=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #715E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E22 is #8EA1DD. Grayscale: #5D5D5D. Windows color (decimal): -9347550 or 2252401. OLE color: 2252401.
HSL color Cylindrical-coordinate representation of color #715E22: hue angle of 45.57º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #715E22 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 34 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.56 |
| HSL | 45.57º | 0.54% | 0.29% | - |
| HSV(B) | 45.57º | 0.7% | 0.44% | - |
| XYZ | 11.1 | 11.63 | 3.17 | - |
| YUV | 92.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 34 | 0 | 0.17 | 0.70 | 0.56 | 45.57 | 0.54 | 0.29 |
| Hex | 71 | 5E | 22 | 0 | 11 | 46 | 38 | 2E | 36 | 1D |
| Octal | 161 | 136 | 42 | 0 | 21 | 106 | 70 | 56 | 66 | 35 |
| Binary | 1110001 | 1011110 | 100010 | 0 | 10001 | 1000110 | 111000 | 101110 | 110110 | 11101 |
Color Harmonies of #715E22
Complementary color
Monochromatic Colors of #715E22
Black with #715E22
Text Example
Text Example
White with #715E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E22; }
p { color: rgb(113,94,34); }
H1.HeaderClassName
{
color: #715E22;
}
.AnyTagClassName
{
color: #715E22;
}
</style>
background-color css
<style>
a { background-color: #715E22; }
a { background-color: rgb(113,94,34); }
div.DivClassName
{
background-color: #715E22;
}
.BgClassName
{
background-color: #715E22;
}
</style>
border-color css
<style>
span { border-color: #715E22; }
span { border-color: rgb(113,94,34); }
td.TdClassName
{
border-color: #715E22;
}
.TagClassName
{
border-color: #715E22;
}
</style>