Shades of Himalaya #715D29
Tints of Himalaya #715D29
RGB
CMYK
RGB Variations
Color information
#715D29 (or 0x715D29) is known color: Himalaya. HEX triplet: 71, 5D and 29. RGB value is (113,93,41). Sum of RGB (Red+Green+Blue) = 113+93+41=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #715D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D29 is #8EA2D6. Grayscale: #5D5D5D. Windows color (decimal): -9347799 or 2710897. OLE color: 2710897.
HSL color Cylindrical-coordinate representation of color #715D29: hue angle of 43.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #715D29 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 41 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.56 |
| HSL | 43.33º | 0.47% | 0.3% | - |
| HSV(B) | 43.33º | 0.64% | 0.44% | - |
| XYZ | 11.12 | 11.5 | 3.73 | - |
| YUV | 93.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 41 | 0 | 0.18 | 0.64 | 0.56 | 43.33 | 0.47 | 0.3 |
| Hex | 71 | 5D | 29 | 0 | 12 | 40 | 38 | 2B | 2F | 1E |
| Octal | 161 | 135 | 51 | 0 | 22 | 100 | 70 | 53 | 57 | 36 |
| Binary | 1110001 | 1011101 | 101001 | 0 | 10010 | 1000000 | 111000 | 101011 | 101111 | 11110 |
Color Harmonies of #715D29
Complementary color
Monochromatic Colors of #715D29
Black with #715D29
Text Example
Text Example
White with #715D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D29; }
p { color: rgb(113,93,41); }
H1.HeaderClassName
{
color: #715D29;
}
.AnyTagClassName
{
color: #715D29;
}
</style>
background-color css
<style>
a { background-color: #715D29; }
a { background-color: rgb(113,93,41); }
div.DivClassName
{
background-color: #715D29;
}
.BgClassName
{
background-color: #715D29;
}
</style>
border-color css
<style>
span { border-color: #715D29; }
span { border-color: rgb(113,93,41); }
td.TdClassName
{
border-color: #715D29;
}
.TagClassName
{
border-color: #715D29;
}
</style>