Shades of Himalaya #71601D
Tints of Himalaya #71601D
RGB
CMYK
RGB Variations
Color information
#71601D (or 0x71601D) is known color: Himalaya. HEX triplet: 71, 60 and 1D. RGB value is (113,96,29). Sum of RGB (Red+Green+Blue) = 113+96+29=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71601D is #8E9FE2. Grayscale: #5D5D5D. Windows color (decimal): -9347043 or 1925233. OLE color: 1925233.
HSL color Cylindrical-coordinate representation of color #71601D: hue angle of 47.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71601D is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 29 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.56 |
| HSL | 47.86º | 0.59% | 0.28% | - |
| HSV(B) | 47.86º | 0.74% | 0.44% | - |
| XYZ | 11.21 | 11.97 | 2.88 | - |
| YUV | 93.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 29 | 0 | 0.15 | 0.74 | 0.56 | 47.86 | 0.59 | 0.28 |
| Hex | 71 | 60 | 1D | 0 | F | 4A | 38 | 30 | 3B | 1C |
| Octal | 161 | 140 | 35 | 0 | 17 | 112 | 70 | 60 | 73 | 34 |
| Binary | 1110001 | 1100000 | 11101 | 0 | 1111 | 1001010 | 111000 | 110000 | 111011 | 11100 |
Color Harmonies of #71601D
Complementary color
Monochromatic Colors of #71601D
Black with #71601D
Text Example
Text Example
White with #71601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71601D; }
p { color: rgb(113,96,29); }
H1.HeaderClassName
{
color: #71601D;
}
.AnyTagClassName
{
color: #71601D;
}
</style>
background-color css
<style>
a { background-color: #71601D; }
a { background-color: rgb(113,96,29); }
div.DivClassName
{
background-color: #71601D;
}
.BgClassName
{
background-color: #71601D;
}
</style>
border-color css
<style>
span { border-color: #71601D; }
span { border-color: rgb(113,96,29); }
td.TdClassName
{
border-color: #71601D;
}
.TagClassName
{
border-color: #71601D;
}
</style>