Shades of Himalaya #715E1F
Tints of Himalaya #715E1F
RGB
CMYK
RGB Variations
Color information
#715E1F (or 0x715E1F) is known color: Himalaya. HEX triplet: 71, 5E and 1F. RGB value is (113,94,31). Sum of RGB (Red+Green+Blue) = 113+94+31=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #715E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E1F is #8EA1E0. Grayscale: #5C5C5C. Windows color (decimal): -9347553 or 2055793. OLE color: 2055793.
HSL color Cylindrical-coordinate representation of color #715E1F: hue angle of 46.1º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #715E1F is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 31 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.56 |
| HSL | 46.1º | 0.57% | 0.28% | - |
| HSV(B) | 46.1º | 0.73% | 0.44% | - |
| XYZ | 11.06 | 11.62 | 2.96 | - |
| YUV | 92.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 31 | 0 | 0.17 | 0.73 | 0.56 | 46.1 | 0.57 | 0.28 |
| Hex | 71 | 5E | 1F | 0 | 11 | 49 | 38 | 2E | 39 | 1C |
| Octal | 161 | 136 | 37 | 0 | 21 | 111 | 70 | 56 | 71 | 34 |
| Binary | 1110001 | 1011110 | 11111 | 0 | 10001 | 1001001 | 111000 | 101110 | 111001 | 11100 |
Color Harmonies of #715E1F
Complementary color
Monochromatic Colors of #715E1F
Black with #715E1F
Text Example
Text Example
White with #715E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E1F; }
p { color: rgb(113,94,31); }
H1.HeaderClassName
{
color: #715E1F;
}
.AnyTagClassName
{
color: #715E1F;
}
</style>
background-color css
<style>
a { background-color: #715E1F; }
a { background-color: rgb(113,94,31); }
div.DivClassName
{
background-color: #715E1F;
}
.BgClassName
{
background-color: #715E1F;
}
</style>
border-color css
<style>
span { border-color: #715E1F; }
span { border-color: rgb(113,94,31); }
td.TdClassName
{
border-color: #715E1F;
}
.TagClassName
{
border-color: #715E1F;
}
</style>