Shades of Himalaya #725D24
Tints of Himalaya #725D24
RGB
CMYK
RGB Variations
Color information
#725D24 (or 0x725D24) is known color: Himalaya. HEX triplet: 72, 5D and 24. RGB value is (114,93,36). Sum of RGB (Red+Green+Blue) = 114+93+36=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D24 is #8DA2DB. Grayscale: #5D5D5D. Windows color (decimal): -9282268 or 2383218. OLE color: 2383218.
HSL color Cylindrical-coordinate representation of color #725D24: hue angle of 43.85º 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 #725D24 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 36 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.55 |
| HSL | 43.85º | 0.52% | 0.29% | - |
| HSV(B) | 43.85º | 0.68% | 0.45% | - |
| XYZ | 11.17 | 11.53 | 3.31 | - |
| YUV | 92.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 36 | 0 | 0.18 | 0.68 | 0.55 | 43.85 | 0.52 | 0.29 |
| Hex | 72 | 5D | 24 | 0 | 12 | 44 | 37 | 2C | 34 | 1D |
| Octal | 162 | 135 | 44 | 0 | 22 | 104 | 67 | 54 | 64 | 35 |
| Binary | 1110010 | 1011101 | 100100 | 0 | 10010 | 1000100 | 110111 | 101100 | 110100 | 11101 |
Color Harmonies of #725D24
Complementary color
Monochromatic Colors of #725D24
Black with #725D24
Text Example
Text Example
White with #725D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D24; }
p { color: rgb(114,93,36); }
H1.HeaderClassName
{
color: #725D24;
}
.AnyTagClassName
{
color: #725D24;
}
</style>
background-color css
<style>
a { background-color: #725D24; }
a { background-color: rgb(114,93,36); }
div.DivClassName
{
background-color: #725D24;
}
.BgClassName
{
background-color: #725D24;
}
</style>
border-color css
<style>
span { border-color: #725D24; }
span { border-color: rgb(114,93,36); }
td.TdClassName
{
border-color: #725D24;
}
.TagClassName
{
border-color: #725D24;
}
</style>