Shades of Himalaya #725F24
Tints of Himalaya #725F24
RGB
CMYK
RGB Variations
Color information
#725F24 (or 0x725F24) is known color: Himalaya. HEX triplet: 72, 5F and 24. RGB value is (114,95,36). Sum of RGB (Red+Green+Blue) = 114+95+36=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #725F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F24 is #8DA0DB. Grayscale: #5E5E5E. Windows color (decimal): -9281756 or 2383730. OLE color: 2383730.
HSL color Cylindrical-coordinate representation of color #725F24: hue angle of 45.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725F24 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 36 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.55 |
| HSL | 45.38º | 0.52% | 0.29% | - |
| HSV(B) | 45.38º | 0.68% | 0.45% | - |
| XYZ | 11.35 | 11.89 | 3.37 | - |
| YUV | 93.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 36 | 0 | 0.17 | 0.68 | 0.55 | 45.38 | 0.52 | 0.29 |
| Hex | 72 | 5F | 24 | 0 | 11 | 44 | 37 | 2D | 34 | 1D |
| Octal | 162 | 137 | 44 | 0 | 21 | 104 | 67 | 55 | 64 | 35 |
| Binary | 1110010 | 1011111 | 100100 | 0 | 10001 | 1000100 | 110111 | 101101 | 110100 | 11101 |
Color Harmonies of #725F24
Complementary color
Monochromatic Colors of #725F24
Black with #725F24
Text Example
Text Example
White with #725F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F24; }
p { color: rgb(114,95,36); }
H1.HeaderClassName
{
color: #725F24;
}
.AnyTagClassName
{
color: #725F24;
}
</style>
background-color css
<style>
a { background-color: #725F24; }
a { background-color: rgb(114,95,36); }
div.DivClassName
{
background-color: #725F24;
}
.BgClassName
{
background-color: #725F24;
}
</style>
border-color css
<style>
span { border-color: #725F24; }
span { border-color: rgb(114,95,36); }
td.TdClassName
{
border-color: #725F24;
}
.TagClassName
{
border-color: #725F24;
}
</style>