Shades of Himalaya #715E26
Tints of Himalaya #715E26
RGB
CMYK
RGB Variations
Color information
#715E26 (or 0x715E26) is known color: Himalaya. HEX triplet: 71, 5E and 26. RGB value is (113,94,38). Sum of RGB (Red+Green+Blue) = 113+94+38=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #715E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E26 is #8EA1D9. Grayscale: #5D5D5D. Windows color (decimal): -9347546 or 2514545. OLE color: 2514545.
HSL color Cylindrical-coordinate representation of color #715E26: hue angle of 44.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #715E26 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 38 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.56 |
| HSL | 44.8º | 0.5% | 0.3% | - |
| HSV(B) | 44.8º | 0.66% | 0.44% | - |
| XYZ | 11.16 | 11.66 | 3.5 | - |
| YUV | 93.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 38 | 0 | 0.17 | 0.66 | 0.56 | 44.8 | 0.5 | 0.3 |
| Hex | 71 | 5E | 26 | 0 | 11 | 42 | 38 | 2D | 32 | 1E |
| Octal | 161 | 136 | 46 | 0 | 21 | 102 | 70 | 55 | 62 | 36 |
| Binary | 1110001 | 1011110 | 100110 | 0 | 10001 | 1000010 | 111000 | 101101 | 110010 | 11110 |
Color Harmonies of #715E26
Complementary color
Monochromatic Colors of #715E26
Black with #715E26
Text Example
Text Example
White with #715E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E26; }
p { color: rgb(113,94,38); }
H1.HeaderClassName
{
color: #715E26;
}
.AnyTagClassName
{
color: #715E26;
}
</style>
background-color css
<style>
a { background-color: #715E26; }
a { background-color: rgb(113,94,38); }
div.DivClassName
{
background-color: #715E26;
}
.BgClassName
{
background-color: #715E26;
}
</style>
border-color css
<style>
span { border-color: #715E26; }
span { border-color: rgb(113,94,38); }
td.TdClassName
{
border-color: #715E26;
}
.TagClassName
{
border-color: #715E26;
}
</style>