Shades of Himalaya #72652C
Tints of Himalaya #72652C
RGB
CMYK
RGB Variations
Color information
#72652C (or 0x72652C) is known color: Himalaya. HEX triplet: 72, 65 and 2C. RGB value is (114,101,44). Sum of RGB (Red+Green+Blue) = 114+101+44=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72652C is #8D9AD3. Grayscale: #626262. Windows color (decimal): -9280212 or 2909554. OLE color: 2909554.
HSL color Cylindrical-coordinate representation of color #72652C: hue angle of 48.86º 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 #72652C is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 44 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.55 |
| HSL | 48.86º | 0.44% | 0.31% | - |
| HSV(B) | 48.86º | 0.61% | 0.45% | - |
| XYZ | 12.05 | 13.07 | 4.27 | - |
| YUV | 98.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 44 | 0 | 0.11 | 0.61 | 0.55 | 48.86 | 0.44 | 0.31 |
| Hex | 72 | 65 | 2C | 0 | B | 3D | 37 | 31 | 2C | 1F |
| Octal | 162 | 145 | 54 | 0 | 13 | 75 | 67 | 61 | 54 | 37 |
| Binary | 1110010 | 1100101 | 101100 | 0 | 1011 | 111101 | 110111 | 110001 | 101100 | 11111 |
Color Harmonies of #72652C
Complementary color
Monochromatic Colors of #72652C
Black with #72652C
Text Example
Text Example
White with #72652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72652C; }
p { color: rgb(114,101,44); }
H1.HeaderClassName
{
color: #72652C;
}
.AnyTagClassName
{
color: #72652C;
}
</style>
background-color css
<style>
a { background-color: #72652C; }
a { background-color: rgb(114,101,44); }
div.DivClassName
{
background-color: #72652C;
}
.BgClassName
{
background-color: #72652C;
}
</style>
border-color css
<style>
span { border-color: #72652C; }
span { border-color: rgb(114,101,44); }
td.TdClassName
{
border-color: #72652C;
}
.TagClassName
{
border-color: #72652C;
}
</style>