Shades of Himalaya #71631E
Tints of Himalaya #71631E
RGB
CMYK
RGB Variations
Color information
#71631E (or 0x71631E) is known color: Himalaya. HEX triplet: 71, 63 and 1E. RGB value is (113,99,30). Sum of RGB (Red+Green+Blue) = 113+99+30=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71631E is #8E9CE1. Grayscale: #5F5F5F. Windows color (decimal): -9346274 or 1991537. OLE color: 1991537.
HSL color Cylindrical-coordinate representation of color #71631E: hue angle of 49.88º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71631E is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 30 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.56 |
| HSL | 49.88º | 0.58% | 0.28% | - |
| HSV(B) | 49.88º | 0.73% | 0.44% | - |
| XYZ | 11.51 | 12.53 | 3.04 | - |
| YUV | 95.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 30 | 0 | 0.12 | 0.73 | 0.56 | 49.88 | 0.58 | 0.28 |
| Hex | 71 | 63 | 1E | 0 | C | 49 | 38 | 32 | 3A | 1C |
| Octal | 161 | 143 | 36 | 0 | 14 | 111 | 70 | 62 | 72 | 34 |
| Binary | 1110001 | 1100011 | 11110 | 0 | 1100 | 1001001 | 111000 | 110010 | 111010 | 11100 |
Color Harmonies of #71631E
Complementary color
Monochromatic Colors of #71631E
Black with #71631E
Text Example
Text Example
White with #71631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71631E; }
p { color: rgb(113,99,30); }
H1.HeaderClassName
{
color: #71631E;
}
.AnyTagClassName
{
color: #71631E;
}
</style>
background-color css
<style>
a { background-color: #71631E; }
a { background-color: rgb(113,99,30); }
div.DivClassName
{
background-color: #71631E;
}
.BgClassName
{
background-color: #71631E;
}
</style>
border-color css
<style>
span { border-color: #71631E; }
span { border-color: rgb(113,99,30); }
td.TdClassName
{
border-color: #71631E;
}
.TagClassName
{
border-color: #71631E;
}
</style>