Shades of Himalaya #72602D
Tints of Himalaya #72602D
RGB
CMYK
RGB Variations
Color information
#72602D (or 0x72602D) is known color: Himalaya. HEX triplet: 72, 60 and 2D. RGB value is (114,96,45). Sum of RGB (Red+Green+Blue) = 114+96+45=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72602D is #8D9FD2. Grayscale: #5F5F5F. Windows color (decimal): -9281491 or 2973810. OLE color: 2973810.
HSL color Cylindrical-coordinate representation of color #72602D: hue angle of 44.35º 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 #72602D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 45 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.55 |
| HSL | 44.35º | 0.43% | 0.31% | - |
| HSV(B) | 44.35º | 0.61% | 0.45% | - |
| XYZ | 11.6 | 12.13 | 4.21 | - |
| YUV | 95.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 45 | 0 | 0.16 | 0.61 | 0.55 | 44.35 | 0.43 | 0.31 |
| Hex | 72 | 60 | 2D | 0 | 10 | 3D | 37 | 2C | 2B | 1F |
| Octal | 162 | 140 | 55 | 0 | 20 | 75 | 67 | 54 | 53 | 37 |
| Binary | 1110010 | 1100000 | 101101 | 0 | 10000 | 111101 | 110111 | 101100 | 101011 | 11111 |
Color Harmonies of #72602D
Complementary color
Monochromatic Colors of #72602D
Black with #72602D
Text Example
Text Example
White with #72602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72602D; }
p { color: rgb(114,96,45); }
H1.HeaderClassName
{
color: #72602D;
}
.AnyTagClassName
{
color: #72602D;
}
</style>
background-color css
<style>
a { background-color: #72602D; }
a { background-color: rgb(114,96,45); }
div.DivClassName
{
background-color: #72602D;
}
.BgClassName
{
background-color: #72602D;
}
</style>
border-color css
<style>
span { border-color: #72602D; }
span { border-color: rgb(114,96,45); }
td.TdClassName
{
border-color: #72602D;
}
.TagClassName
{
border-color: #72602D;
}
</style>