Shades of Himalaya #725E22
Tints of Himalaya #725E22
RGB
CMYK
RGB Variations
Color information
#725E22 (or 0x725E22) is known color: Himalaya. HEX triplet: 72, 5E and 22. RGB value is (114,94,34). Sum of RGB (Red+Green+Blue) = 114+94+34=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #725E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E22 is #8DA1DD. Grayscale: #5D5D5D. Windows color (decimal): -9282014 or 2252402. OLE color: 2252402.
HSL color Cylindrical-coordinate representation of color #725E22: hue angle of 45º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #725E22 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 34 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.55 |
| HSL | 45º | 0.54% | 0.29% | - |
| HSV(B) | 45º | 0.7% | 0.45% | - |
| XYZ | 11.23 | 11.7 | 3.18 | - |
| YUV | 93.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 34 | 0 | 0.18 | 0.70 | 0.55 | 45 | 0.54 | 0.29 |
| Hex | 72 | 5E | 22 | 0 | 12 | 46 | 37 | 2D | 36 | 1D |
| Octal | 162 | 136 | 42 | 0 | 22 | 106 | 67 | 55 | 66 | 35 |
| Binary | 1110010 | 1011110 | 100010 | 0 | 10010 | 1000110 | 110111 | 101101 | 110110 | 11101 |
Color Harmonies of #725E22
Complementary color
Monochromatic Colors of #725E22
Black with #725E22
Text Example
Text Example
White with #725E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E22; }
p { color: rgb(114,94,34); }
H1.HeaderClassName
{
color: #725E22;
}
.AnyTagClassName
{
color: #725E22;
}
</style>
background-color css
<style>
a { background-color: #725E22; }
a { background-color: rgb(114,94,34); }
div.DivClassName
{
background-color: #725E22;
}
.BgClassName
{
background-color: #725E22;
}
</style>
border-color css
<style>
span { border-color: #725E22; }
span { border-color: rgb(114,94,34); }
td.TdClassName
{
border-color: #725E22;
}
.TagClassName
{
border-color: #725E22;
}
</style>