Shades of Himalaya #73632D
Tints of Himalaya #73632D
RGB
CMYK
RGB Variations
Color information
#73632D (or 0x73632D) is known color: Himalaya. HEX triplet: 73, 63 and 2D. RGB value is (115,99,45). Sum of RGB (Red+Green+Blue) = 115+99+45=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73632D is #8C9CD2. Grayscale: #616161. Windows color (decimal): -9215187 or 2974579. OLE color: 2974579.
HSL color Cylindrical-coordinate representation of color #73632D: hue angle of 46.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73632D is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 45 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.55 |
| HSL | 46.29º | 0.44% | 0.31% | - |
| HSV(B) | 46.29º | 0.61% | 0.45% | - |
| XYZ | 12.01 | 12.76 | 4.31 | - |
| YUV | 97.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 45 | 0 | 0.14 | 0.61 | 0.55 | 46.29 | 0.44 | 0.31 |
| Hex | 73 | 63 | 2D | 0 | E | 3D | 37 | 2E | 2C | 1F |
| Octal | 163 | 143 | 55 | 0 | 16 | 75 | 67 | 56 | 54 | 37 |
| Binary | 1110011 | 1100011 | 101101 | 0 | 1110 | 111101 | 110111 | 101110 | 101100 | 11111 |
Color Harmonies of #73632D
Complementary color
Monochromatic Colors of #73632D
Black with #73632D
Text Example
Text Example
White with #73632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73632D; }
p { color: rgb(115,99,45); }
H1.HeaderClassName
{
color: #73632D;
}
.AnyTagClassName
{
color: #73632D;
}
</style>
background-color css
<style>
a { background-color: #73632D; }
a { background-color: rgb(115,99,45); }
div.DivClassName
{
background-color: #73632D;
}
.BgClassName
{
background-color: #73632D;
}
</style>
border-color css
<style>
span { border-color: #73632D; }
span { border-color: rgb(115,99,45); }
td.TdClassName
{
border-color: #73632D;
}
.TagClassName
{
border-color: #73632D;
}
</style>