Shades of Himalaya #72632D
Tints of Himalaya #72632D
RGB
CMYK
RGB Variations
Color information
#72632D (or 0x72632D) is known color: Himalaya. HEX triplet: 72, 63 and 2D. RGB value is (114,99,45). Sum of RGB (Red+Green+Blue) = 114+99+45=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72632D is #8D9CD2. Grayscale: #616161. Windows color (decimal): -9280723 or 2974578. OLE color: 2974578.
HSL color Cylindrical-coordinate representation of color #72632D: hue angle of 46.96º degrees, saturation: 0.43, 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 #72632D is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 45 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.55 |
| HSL | 46.96º | 0.43% | 0.31% | - |
| HSV(B) | 46.96º | 0.61% | 0.45% | - |
| XYZ | 11.87 | 12.69 | 4.31 | - |
| YUV | 97.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 45 | 0 | 0.13 | 0.61 | 0.55 | 46.96 | 0.43 | 0.31 |
| Hex | 72 | 63 | 2D | 0 | D | 3D | 37 | 2F | 2B | 1F |
| Octal | 162 | 143 | 55 | 0 | 15 | 75 | 67 | 57 | 53 | 37 |
| Binary | 1110010 | 1100011 | 101101 | 0 | 1101 | 111101 | 110111 | 101111 | 101011 | 11111 |
Color Harmonies of #72632D
Complementary color
Monochromatic Colors of #72632D
Black with #72632D
Text Example
Text Example
White with #72632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72632D; }
p { color: rgb(114,99,45); }
H1.HeaderClassName
{
color: #72632D;
}
.AnyTagClassName
{
color: #72632D;
}
</style>
background-color css
<style>
a { background-color: #72632D; }
a { background-color: rgb(114,99,45); }
div.DivClassName
{
background-color: #72632D;
}
.BgClassName
{
background-color: #72632D;
}
</style>
border-color css
<style>
span { border-color: #72632D; }
span { border-color: rgb(114,99,45); }
td.TdClassName
{
border-color: #72632D;
}
.TagClassName
{
border-color: #72632D;
}
</style>