Shades of Himalaya #725E21
Tints of Himalaya #725E21
RGB
CMYK
RGB Variations
Color information
#725E21 (or 0x725E21) is known color: Himalaya. HEX triplet: 72, 5E and 21. RGB value is (114,94,33). Sum of RGB (Red+Green+Blue) = 114+94+33=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #725E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E21 is #8DA1DE. Grayscale: #5D5D5D. Windows color (decimal): -9282015 or 2186866. OLE color: 2186866.
HSL color Cylindrical-coordinate representation of color #725E21: hue angle of 45.19º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #725E21 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 33 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.55 |
| HSL | 45.19º | 0.55% | 0.29% | - |
| HSV(B) | 45.19º | 0.71% | 0.45% | - |
| XYZ | 11.22 | 11.69 | 3.1 | - |
| YUV | 93.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 33 | 0 | 0.18 | 0.71 | 0.55 | 45.19 | 0.55 | 0.29 |
| Hex | 72 | 5E | 21 | 0 | 12 | 47 | 37 | 2D | 37 | 1D |
| Octal | 162 | 136 | 41 | 0 | 22 | 107 | 67 | 55 | 67 | 35 |
| Binary | 1110010 | 1011110 | 100001 | 0 | 10010 | 1000111 | 110111 | 101101 | 110111 | 11101 |
Color Harmonies of #725E21
Complementary color
Monochromatic Colors of #725E21
Black with #725E21
Text Example
Text Example
White with #725E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E21; }
p { color: rgb(114,94,33); }
H1.HeaderClassName
{
color: #725E21;
}
.AnyTagClassName
{
color: #725E21;
}
</style>
background-color css
<style>
a { background-color: #725E21; }
a { background-color: rgb(114,94,33); }
div.DivClassName
{
background-color: #725E21;
}
.BgClassName
{
background-color: #725E21;
}
</style>
border-color css
<style>
span { border-color: #725E21; }
span { border-color: rgb(114,94,33); }
td.TdClassName
{
border-color: #725E21;
}
.TagClassName
{
border-color: #725E21;
}
</style>