Shades of Himalaya #715F26
Tints of Himalaya #715F26
RGB
CMYK
RGB Variations
Color information
#715F26 (or 0x715F26) is known color: Himalaya. HEX triplet: 71, 5F and 26. RGB value is (113,95,38). Sum of RGB (Red+Green+Blue) = 113+95+38=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #715F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F26 is #8EA0D9. Grayscale: #5E5E5E. Windows color (decimal): -9347290 or 2514801. OLE color: 2514801.
HSL color Cylindrical-coordinate representation of color #715F26: hue angle of 45.6º 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 #715F26 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 38 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.56 |
| HSL | 45.6º | 0.5% | 0.3% | - |
| HSV(B) | 45.6º | 0.66% | 0.44% | - |
| XYZ | 11.25 | 11.84 | 3.53 | - |
| YUV | 93.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 38 | 0 | 0.16 | 0.66 | 0.56 | 45.6 | 0.5 | 0.3 |
| Hex | 71 | 5F | 26 | 0 | 10 | 42 | 38 | 2E | 32 | 1E |
| Octal | 161 | 137 | 46 | 0 | 20 | 102 | 70 | 56 | 62 | 36 |
| Binary | 1110001 | 1011111 | 100110 | 0 | 10000 | 1000010 | 111000 | 101110 | 110010 | 11110 |
Color Harmonies of #715F26
Complementary color
Monochromatic Colors of #715F26
Black with #715F26
Text Example
Text Example
White with #715F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F26; }
p { color: rgb(113,95,38); }
H1.HeaderClassName
{
color: #715F26;
}
.AnyTagClassName
{
color: #715F26;
}
</style>
background-color css
<style>
a { background-color: #715F26; }
a { background-color: rgb(113,95,38); }
div.DivClassName
{
background-color: #715F26;
}
.BgClassName
{
background-color: #715F26;
}
</style>
border-color css
<style>
span { border-color: #715F26; }
span { border-color: rgb(113,95,38); }
td.TdClassName
{
border-color: #715F26;
}
.TagClassName
{
border-color: #715F26;
}
</style>