Shades of Himalaya #715E30
Tints of Himalaya #715E30
RGB
CMYK
RGB Variations
Color information
#715E30 (or 0x715E30) is known color: Himalaya. HEX triplet: 71, 5E and 30. RGB value is (113,94,48). Sum of RGB (Red+Green+Blue) = 113+94+48=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #715E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E30 is #8EA1CF. Grayscale: #5E5E5E. Windows color (decimal): -9347536 or 3169905. OLE color: 3169905.
HSL color Cylindrical-coordinate representation of color #715E30: hue angle of 42.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715E30 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 48 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.56 |
| HSL | 42.46º | 0.4% | 0.32% | - |
| HSV(B) | 42.46º | 0.58% | 0.44% | - |
| XYZ | 11.35 | 11.73 | 4.46 | - |
| YUV | 94.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 48 | 0 | 0.17 | 0.58 | 0.56 | 42.46 | 0.4 | 0.32 |
| Hex | 71 | 5E | 30 | 0 | 11 | 3A | 38 | 2A | 28 | 20 |
| Octal | 161 | 136 | 60 | 0 | 21 | 72 | 70 | 52 | 50 | 40 |
| Binary | 1110001 | 1011110 | 110000 | 0 | 10001 | 111010 | 111000 | 101010 | 101000 | 100000 |
Color Harmonies of #715E30
Complementary color
Monochromatic Colors of #715E30
Black with #715E30
Text Example
Text Example
White with #715E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E30; }
p { color: rgb(113,94,48); }
H1.HeaderClassName
{
color: #715E30;
}
.AnyTagClassName
{
color: #715E30;
}
</style>
background-color css
<style>
a { background-color: #715E30; }
a { background-color: rgb(113,94,48); }
div.DivClassName
{
background-color: #715E30;
}
.BgClassName
{
background-color: #715E30;
}
</style>
border-color css
<style>
span { border-color: #715E30; }
span { border-color: rgb(113,94,48); }
td.TdClassName
{
border-color: #715E30;
}
.TagClassName
{
border-color: #715E30;
}
</style>