Shades of Himalaya #725F34
Tints of Himalaya #725F34
RGB
CMYK
RGB Variations
Color information
#725F34 (or 0x725F34) is known color: Himalaya. HEX triplet: 72, 5F and 34. RGB value is (114,95,52). Sum of RGB (Red+Green+Blue) = 114+95+52=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #725F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F34 is #8DA0CB. Grayscale: #5F5F5F. Windows color (decimal): -9281740 or 3432306. OLE color: 3432306.
HSL color Cylindrical-coordinate representation of color #725F34: hue angle of 41.61º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725F34 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 52 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.55 |
| HSL | 41.61º | 0.37% | 0.33% | - |
| HSV(B) | 41.61º | 0.54% | 0.45% | - |
| XYZ | 11.65 | 12.01 | 4.95 | - |
| YUV | 95.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 52 | 0 | 0.17 | 0.54 | 0.55 | 41.61 | 0.37 | 0.33 |
| Hex | 72 | 5F | 34 | 0 | 11 | 36 | 37 | 2A | 25 | 21 |
| Octal | 162 | 137 | 64 | 0 | 21 | 66 | 67 | 52 | 45 | 41 |
| Binary | 1110010 | 1011111 | 110100 | 0 | 10001 | 110110 | 110111 | 101010 | 100101 | 100001 |
Color Harmonies of #725F34
Complementary color
Monochromatic Colors of #725F34
Black with #725F34
Text Example
Text Example
White with #725F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F34; }
p { color: rgb(114,95,52); }
H1.HeaderClassName
{
color: #725F34;
}
.AnyTagClassName
{
color: #725F34;
}
</style>
background-color css
<style>
a { background-color: #725F34; }
a { background-color: rgb(114,95,52); }
div.DivClassName
{
background-color: #725F34;
}
.BgClassName
{
background-color: #725F34;
}
</style>
border-color css
<style>
span { border-color: #725F34; }
span { border-color: rgb(114,95,52); }
td.TdClassName
{
border-color: #725F34;
}
.TagClassName
{
border-color: #725F34;
}
</style>