Shades of Himalaya #715E2B
Tints of Himalaya #715E2B
RGB
CMYK
RGB Variations
Color information
#715E2B (or 0x715E2B) is known color: Himalaya. HEX triplet: 71, 5E and 2B. RGB value is (113,94,43). Sum of RGB (Red+Green+Blue) = 113+94+43=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #715E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E2B is #8EA1D4. Grayscale: #5E5E5E. Windows color (decimal): -9347541 or 2842225. OLE color: 2842225.
HSL color Cylindrical-coordinate representation of color #715E2B: hue angle of 43.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715E2B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 43 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.56 |
| HSL | 43.71º | 0.45% | 0.31% | - |
| HSV(B) | 43.71º | 0.62% | 0.44% | - |
| XYZ | 11.25 | 11.69 | 3.95 | - |
| YUV | 93.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 43 | 0 | 0.17 | 0.62 | 0.56 | 43.71 | 0.45 | 0.31 |
| Hex | 71 | 5E | 2B | 0 | 11 | 3E | 38 | 2C | 2D | 1F |
| Octal | 161 | 136 | 53 | 0 | 21 | 76 | 70 | 54 | 55 | 37 |
| Binary | 1110001 | 1011110 | 101011 | 0 | 10001 | 111110 | 111000 | 101100 | 101101 | 11111 |
Color Harmonies of #715E2B
Complementary color
Monochromatic Colors of #715E2B
Black with #715E2B
Text Example
Text Example
White with #715E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E2B; }
p { color: rgb(113,94,43); }
H1.HeaderClassName
{
color: #715E2B;
}
.AnyTagClassName
{
color: #715E2B;
}
</style>
background-color css
<style>
a { background-color: #715E2B; }
a { background-color: rgb(113,94,43); }
div.DivClassName
{
background-color: #715E2B;
}
.BgClassName
{
background-color: #715E2B;
}
</style>
border-color css
<style>
span { border-color: #715E2B; }
span { border-color: rgb(113,94,43); }
td.TdClassName
{
border-color: #715E2B;
}
.TagClassName
{
border-color: #715E2B;
}
</style>