Shades of Himalaya #725D25
Tints of Himalaya #725D25
RGB
CMYK
RGB Variations
Color information
#725D25 (or 0x725D25) is known color: Himalaya. HEX triplet: 72, 5D and 25. RGB value is (114,93,37). Sum of RGB (Red+Green+Blue) = 114+93+37=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #725D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D25 is #8DA2DA. Grayscale: #5D5D5D. Windows color (decimal): -9282267 or 2448754. OLE color: 2448754.
HSL color Cylindrical-coordinate representation of color #725D25: hue angle of 43.64º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725D25 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 37 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.55 |
| HSL | 43.64º | 0.51% | 0.3% | - |
| HSV(B) | 43.64º | 0.68% | 0.45% | - |
| XYZ | 11.19 | 11.54 | 3.39 | - |
| YUV | 92.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 37 | 0 | 0.18 | 0.68 | 0.55 | 43.64 | 0.51 | 0.3 |
| Hex | 72 | 5D | 25 | 0 | 12 | 44 | 37 | 2C | 33 | 1E |
| Octal | 162 | 135 | 45 | 0 | 22 | 104 | 67 | 54 | 63 | 36 |
| Binary | 1110010 | 1011101 | 100101 | 0 | 10010 | 1000100 | 110111 | 101100 | 110011 | 11110 |
Color Harmonies of #725D25
Complementary color
Monochromatic Colors of #725D25
Black with #725D25
Text Example
Text Example
White with #725D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D25; }
p { color: rgb(114,93,37); }
H1.HeaderClassName
{
color: #725D25;
}
.AnyTagClassName
{
color: #725D25;
}
</style>
background-color css
<style>
a { background-color: #725D25; }
a { background-color: rgb(114,93,37); }
div.DivClassName
{
background-color: #725D25;
}
.BgClassName
{
background-color: #725D25;
}
</style>
border-color css
<style>
span { border-color: #725D25; }
span { border-color: rgb(114,93,37); }
td.TdClassName
{
border-color: #725D25;
}
.TagClassName
{
border-color: #725D25;
}
</style>