Shades of Himalaya #79632D
Tints of Himalaya #79632D
RGB
CMYK
RGB Variations
Color information
#79632D (or 0x79632D) is known color: Himalaya. HEX triplet: 79, 63 and 2D. RGB value is (121,99,45). Sum of RGB (Red+Green+Blue) = 121+99+45=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79632D is #869CD2. Grayscale: #636363. Windows color (decimal): -8821971 or 2974585. OLE color: 2974585.
HSL color Cylindrical-coordinate representation of color #79632D: hue angle of 42.63º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79632D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 99 | 45 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.53 |
| HSL | 42.63º | 0.46% | 0.33% | - |
| HSV(B) | 42.63º | 0.63% | 0.47% | - |
| XYZ | 12.82 | 13.18 | 4.35 | - |
| YUV | 99.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 45 | 0 | 0.18 | 0.63 | 0.53 | 42.63 | 0.46 | 0.33 |
| Hex | 79 | 63 | 2D | 0 | 12 | 3F | 35 | 2B | 2E | 21 |
| Octal | 171 | 143 | 55 | 0 | 22 | 77 | 65 | 53 | 56 | 41 |
| Binary | 1111001 | 1100011 | 101101 | 0 | 10010 | 111111 | 110101 | 101011 | 101110 | 100001 |
Color Harmonies of #79632D
Complementary color
Monochromatic Colors of #79632D
Black with #79632D
Text Example
Text Example
White with #79632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79632D; }
p { color: rgb(121,99,45); }
H1.HeaderClassName
{
color: #79632D;
}
.AnyTagClassName
{
color: #79632D;
}
</style>
background-color css
<style>
a { background-color: #79632D; }
a { background-color: rgb(121,99,45); }
div.DivClassName
{
background-color: #79632D;
}
.BgClassName
{
background-color: #79632D;
}
</style>
border-color css
<style>
span { border-color: #79632D; }
span { border-color: rgb(121,99,45); }
td.TdClassName
{
border-color: #79632D;
}
.TagClassName
{
border-color: #79632D;
}
</style>