Shades of Himalaya #71632F
Tints of Himalaya #71632F
RGB
CMYK
RGB Variations
Color information
#71632F (or 0x71632F) is known color: Himalaya. HEX triplet: 71, 63 and 2F. RGB value is (113,99,47). Sum of RGB (Red+Green+Blue) = 113+99+47=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71632F is #8E9CD0. Grayscale: #616161. Windows color (decimal): -9346257 or 3105649. OLE color: 3105649.
HSL color Cylindrical-coordinate representation of color #71632F: hue angle of 47.27º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71632F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 47 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.56 |
| HSL | 47.27º | 0.41% | 0.31% | - |
| HSV(B) | 47.27º | 0.58% | 0.44% | - |
| XYZ | 11.78 | 12.64 | 4.51 | - |
| YUV | 97.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 47 | 0 | 0.12 | 0.58 | 0.56 | 47.27 | 0.41 | 0.31 |
| Hex | 71 | 63 | 2F | 0 | C | 3A | 38 | 2F | 29 | 1F |
| Octal | 161 | 143 | 57 | 0 | 14 | 72 | 70 | 57 | 51 | 37 |
| Binary | 1110001 | 1100011 | 101111 | 0 | 1100 | 111010 | 111000 | 101111 | 101001 | 11111 |
Color Harmonies of #71632F
Complementary color
Monochromatic Colors of #71632F
Black with #71632F
Text Example
Text Example
White with #71632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71632F; }
p { color: rgb(113,99,47); }
H1.HeaderClassName
{
color: #71632F;
}
.AnyTagClassName
{
color: #71632F;
}
</style>
background-color css
<style>
a { background-color: #71632F; }
a { background-color: rgb(113,99,47); }
div.DivClassName
{
background-color: #71632F;
}
.BgClassName
{
background-color: #71632F;
}
</style>
border-color css
<style>
span { border-color: #71632F; }
span { border-color: rgb(113,99,47); }
td.TdClassName
{
border-color: #71632F;
}
.TagClassName
{
border-color: #71632F;
}
</style>