Shades of Himalaya #715F33
Tints of Himalaya #715F33
RGB
CMYK
RGB Variations
Color information
#715F33 (or 0x715F33) is known color: Himalaya. HEX triplet: 71, 5F and 33. RGB value is (113,95,51). Sum of RGB (Red+Green+Blue) = 113+95+51=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #715F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F33 is #8EA0CC. Grayscale: #5F5F5F. Windows color (decimal): -9347277 or 3366769. OLE color: 3366769.
HSL color Cylindrical-coordinate representation of color #715F33: hue angle of 42.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715F33 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 51 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.56 |
| HSL | 42.58º | 0.38% | 0.32% | - |
| HSV(B) | 42.58º | 0.55% | 0.44% | - |
| XYZ | 11.5 | 11.93 | 4.83 | - |
| YUV | 95.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 51 | 0 | 0.16 | 0.55 | 0.56 | 42.58 | 0.38 | 0.32 |
| Hex | 71 | 5F | 33 | 0 | 10 | 37 | 38 | 2B | 26 | 20 |
| Octal | 161 | 137 | 63 | 0 | 20 | 67 | 70 | 53 | 46 | 40 |
| Binary | 1110001 | 1011111 | 110011 | 0 | 10000 | 110111 | 111000 | 101011 | 100110 | 100000 |
Color Harmonies of #715F33
Complementary color
Monochromatic Colors of #715F33
Black with #715F33
Text Example
Text Example
White with #715F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F33; }
p { color: rgb(113,95,51); }
H1.HeaderClassName
{
color: #715F33;
}
.AnyTagClassName
{
color: #715F33;
}
</style>
background-color css
<style>
a { background-color: #715F33; }
a { background-color: rgb(113,95,51); }
div.DivClassName
{
background-color: #715F33;
}
.BgClassName
{
background-color: #715F33;
}
</style>
border-color css
<style>
span { border-color: #715F33; }
span { border-color: rgb(113,95,51); }
td.TdClassName
{
border-color: #715F33;
}
.TagClassName
{
border-color: #715F33;
}
</style>