Shades of Himalaya #715E28
Tints of Himalaya #715E28
RGB
CMYK
RGB Variations
Color information
#715E28 (or 0x715E28) is known color: Himalaya. HEX triplet: 71, 5E and 28. RGB value is (113,94,40). Sum of RGB (Red+Green+Blue) = 113+94+40=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #715E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E28 is #8EA1D7. Grayscale: #5D5D5D. Windows color (decimal): -9347544 or 2645617. OLE color: 2645617.
HSL color Cylindrical-coordinate representation of color #715E28: hue angle of 44.38º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #715E28 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 40 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.56 |
| HSL | 44.38º | 0.48% | 0.3% | - |
| HSV(B) | 44.38º | 0.65% | 0.44% | - |
| XYZ | 11.2 | 11.67 | 3.67 | - |
| YUV | 93.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 40 | 0 | 0.17 | 0.65 | 0.56 | 44.38 | 0.48 | 0.3 |
| Hex | 71 | 5E | 28 | 0 | 11 | 41 | 38 | 2C | 30 | 1E |
| Octal | 161 | 136 | 50 | 0 | 21 | 101 | 70 | 54 | 60 | 36 |
| Binary | 1110001 | 1011110 | 101000 | 0 | 10001 | 1000001 | 111000 | 101100 | 110000 | 11110 |
Color Harmonies of #715E28
Complementary color
Monochromatic Colors of #715E28
Black with #715E28
Text Example
Text Example
White with #715E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E28; }
p { color: rgb(113,94,40); }
H1.HeaderClassName
{
color: #715E28;
}
.AnyTagClassName
{
color: #715E28;
}
</style>
background-color css
<style>
a { background-color: #715E28; }
a { background-color: rgb(113,94,40); }
div.DivClassName
{
background-color: #715E28;
}
.BgClassName
{
background-color: #715E28;
}
</style>
border-color css
<style>
span { border-color: #715E28; }
span { border-color: rgb(113,94,40); }
td.TdClassName
{
border-color: #715E28;
}
.TagClassName
{
border-color: #715E28;
}
</style>