Shades of Himalaya #725E23
Tints of Himalaya #725E23
RGB
CMYK
RGB Variations
Color information
#725E23 (or 0x725E23) is known color: Himalaya. HEX triplet: 72, 5E and 23. RGB value is (114,94,35). Sum of RGB (Red+Green+Blue) = 114+94+35=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E23 is #8DA1DC. Grayscale: #5D5D5D. Windows color (decimal): -9282013 or 2317938. OLE color: 2317938.
HSL color Cylindrical-coordinate representation of color #725E23: hue angle of 44.81º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #725E23 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 35 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.55 |
| HSL | 44.81º | 0.53% | 0.29% | - |
| HSV(B) | 44.81º | 0.69% | 0.45% | - |
| XYZ | 11.25 | 11.7 | 3.26 | - |
| YUV | 93.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 35 | 0 | 0.18 | 0.69 | 0.55 | 44.81 | 0.53 | 0.29 |
| Hex | 72 | 5E | 23 | 0 | 12 | 45 | 37 | 2D | 35 | 1D |
| Octal | 162 | 136 | 43 | 0 | 22 | 105 | 67 | 55 | 65 | 35 |
| Binary | 1110010 | 1011110 | 100011 | 0 | 10010 | 1000101 | 110111 | 101101 | 110101 | 11101 |
Color Harmonies of #725E23
Complementary color
Monochromatic Colors of #725E23
Black with #725E23
Text Example
Text Example
White with #725E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E23; }
p { color: rgb(114,94,35); }
H1.HeaderClassName
{
color: #725E23;
}
.AnyTagClassName
{
color: #725E23;
}
</style>
background-color css
<style>
a { background-color: #725E23; }
a { background-color: rgb(114,94,35); }
div.DivClassName
{
background-color: #725E23;
}
.BgClassName
{
background-color: #725E23;
}
</style>
border-color css
<style>
span { border-color: #725E23; }
span { border-color: rgb(114,94,35); }
td.TdClassName
{
border-color: #725E23;
}
.TagClassName
{
border-color: #725E23;
}
</style>