Shades of Himalaya #715F20
Tints of Himalaya #715F20
RGB
CMYK
RGB Variations
Color information
#715F20 (or 0x715F20) is known color: Himalaya. HEX triplet: 71, 5F and 20. RGB value is (113,95,32). Sum of RGB (Red+Green+Blue) = 113+95+32=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #715F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F20 is #8EA0DF. Grayscale: #5D5D5D. Windows color (decimal): -9347296 or 2121585. OLE color: 2121585.
HSL color Cylindrical-coordinate representation of color #715F20: hue angle of 46.67º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #715F20 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 32 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.56 |
| HSL | 46.67º | 0.56% | 0.28% | - |
| HSV(B) | 46.67º | 0.72% | 0.44% | - |
| XYZ | 11.16 | 11.8 | 3.06 | - |
| YUV | 93.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 32 | 0 | 0.16 | 0.72 | 0.56 | 46.67 | 0.56 | 0.28 |
| Hex | 71 | 5F | 20 | 0 | 10 | 48 | 38 | 2F | 38 | 1C |
| Octal | 161 | 137 | 40 | 0 | 20 | 110 | 70 | 57 | 70 | 34 |
| Binary | 1110001 | 1011111 | 100000 | 0 | 10000 | 1001000 | 111000 | 101111 | 111000 | 11100 |
Color Harmonies of #715F20
Complementary color
Monochromatic Colors of #715F20
Black with #715F20
Text Example
Text Example
White with #715F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F20; }
p { color: rgb(113,95,32); }
H1.HeaderClassName
{
color: #715F20;
}
.AnyTagClassName
{
color: #715F20;
}
</style>
background-color css
<style>
a { background-color: #715F20; }
a { background-color: rgb(113,95,32); }
div.DivClassName
{
background-color: #715F20;
}
.BgClassName
{
background-color: #715F20;
}
</style>
border-color css
<style>
span { border-color: #715F20; }
span { border-color: rgb(113,95,32); }
td.TdClassName
{
border-color: #715F20;
}
.TagClassName
{
border-color: #715F20;
}
</style>