Shades of Himalaya #725D33
Tints of Himalaya #725D33
RGB
CMYK
RGB Variations
Color information
#725D33 (or 0x725D33) is known color: Himalaya. HEX triplet: 72, 5D and 33. RGB value is (114,93,51). Sum of RGB (Red+Green+Blue) = 114+93+51=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #725D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D33 is #8DA2CC. Grayscale: #5E5E5E. Windows color (decimal): -9282253 or 3366258. OLE color: 3366258.
HSL color Cylindrical-coordinate representation of color #725D33: hue angle of 40º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725D33 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 51 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.55 |
| HSL | 40º | 0.38% | 0.32% | - |
| HSV(B) | 40º | 0.55% | 0.45% | - |
| XYZ | 11.45 | 11.65 | 4.78 | - |
| YUV | 94.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 51 | 0 | 0.18 | 0.55 | 0.55 | 40 | 0.38 | 0.32 |
| Hex | 72 | 5D | 33 | 0 | 12 | 37 | 37 | 28 | 26 | 20 |
| Octal | 162 | 135 | 63 | 0 | 22 | 67 | 67 | 50 | 46 | 40 |
| Binary | 1110010 | 1011101 | 110011 | 0 | 10010 | 110111 | 110111 | 101000 | 100110 | 100000 |
Color Harmonies of #725D33
Complementary color
Monochromatic Colors of #725D33
Black with #725D33
Text Example
Text Example
White with #725D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D33; }
p { color: rgb(114,93,51); }
H1.HeaderClassName
{
color: #725D33;
}
.AnyTagClassName
{
color: #725D33;
}
</style>
background-color css
<style>
a { background-color: #725D33; }
a { background-color: rgb(114,93,51); }
div.DivClassName
{
background-color: #725D33;
}
.BgClassName
{
background-color: #725D33;
}
</style>
border-color css
<style>
span { border-color: #725D33; }
span { border-color: rgb(114,93,51); }
td.TdClassName
{
border-color: #725D33;
}
.TagClassName
{
border-color: #725D33;
}
</style>