Shades of Himalaya #715F2B
Tints of Himalaya #715F2B
RGB
CMYK
RGB Variations
Color information
#715F2B (or 0x715F2B) is known color: Himalaya. HEX triplet: 71, 5F and 2B. RGB value is (113,95,43). Sum of RGB (Red+Green+Blue) = 113+95+43=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #715F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F2B is #8EA0D4. Grayscale: #5E5E5E. Windows color (decimal): -9347285 or 2842481. OLE color: 2842481.
HSL color Cylindrical-coordinate representation of color #715F2B: hue angle of 44.57º 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 #715F2B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 43 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.56 |
| HSL | 44.57º | 0.45% | 0.31% | - |
| HSV(B) | 44.57º | 0.62% | 0.44% | - |
| XYZ | 11.34 | 11.87 | 3.98 | - |
| YUV | 94.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 43 | 0 | 0.16 | 0.62 | 0.56 | 44.57 | 0.45 | 0.31 |
| Hex | 71 | 5F | 2B | 0 | 10 | 3E | 38 | 2D | 2D | 1F |
| Octal | 161 | 137 | 53 | 0 | 20 | 76 | 70 | 55 | 55 | 37 |
| Binary | 1110001 | 1011111 | 101011 | 0 | 10000 | 111110 | 111000 | 101101 | 101101 | 11111 |
Color Harmonies of #715F2B
Complementary color
Monochromatic Colors of #715F2B
Black with #715F2B
Text Example
Text Example
White with #715F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F2B; }
p { color: rgb(113,95,43); }
H1.HeaderClassName
{
color: #715F2B;
}
.AnyTagClassName
{
color: #715F2B;
}
</style>
background-color css
<style>
a { background-color: #715F2B; }
a { background-color: rgb(113,95,43); }
div.DivClassName
{
background-color: #715F2B;
}
.BgClassName
{
background-color: #715F2B;
}
</style>
border-color css
<style>
span { border-color: #715F2B; }
span { border-color: rgb(113,95,43); }
td.TdClassName
{
border-color: #715F2B;
}
.TagClassName
{
border-color: #715F2B;
}
</style>