Shades of Himalaya #71602E
Tints of Himalaya #71602E
RGB
CMYK
RGB Variations
Color information
#71602E (or 0x71602E) is known color: Himalaya. HEX triplet: 71, 60 and 2E. RGB value is (113,96,46). Sum of RGB (Red+Green+Blue) = 113+96+46=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71602E is #8E9FD1. Grayscale: #5F5F5F. Windows color (decimal): -9347026 or 3039345. OLE color: 3039345.
HSL color Cylindrical-coordinate representation of color #71602E: hue angle of 44.78º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71602E is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 46 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.56 |
| HSL | 44.78º | 0.42% | 0.31% | - |
| HSV(B) | 44.78º | 0.59% | 0.44% | - |
| XYZ | 11.49 | 12.07 | 4.31 | - |
| YUV | 95.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 46 | 0 | 0.15 | 0.59 | 0.56 | 44.78 | 0.42 | 0.31 |
| Hex | 71 | 60 | 2E | 0 | F | 3B | 38 | 2D | 2A | 1F |
| Octal | 161 | 140 | 56 | 0 | 17 | 73 | 70 | 55 | 52 | 37 |
| Binary | 1110001 | 1100000 | 101110 | 0 | 1111 | 111011 | 111000 | 101101 | 101010 | 11111 |
Color Harmonies of #71602E
Complementary color
Monochromatic Colors of #71602E
Black with #71602E
Text Example
Text Example
White with #71602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71602E; }
p { color: rgb(113,96,46); }
H1.HeaderClassName
{
color: #71602E;
}
.AnyTagClassName
{
color: #71602E;
}
</style>
background-color css
<style>
a { background-color: #71602E; }
a { background-color: rgb(113,96,46); }
div.DivClassName
{
background-color: #71602E;
}
.BgClassName
{
background-color: #71602E;
}
</style>
border-color css
<style>
span { border-color: #71602E; }
span { border-color: rgb(113,96,46); }
td.TdClassName
{
border-color: #71602E;
}
.TagClassName
{
border-color: #71602E;
}
</style>