Shades of Himalaya #725E26
Tints of Himalaya #725E26
RGB
CMYK
RGB Variations
Color information
#725E26 (or 0x725E26) is known color: Himalaya. HEX triplet: 72, 5E and 26. RGB value is (114,94,38). Sum of RGB (Red+Green+Blue) = 114+94+38=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #725E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E26 is #8DA1D9. Grayscale: #5D5D5D. Windows color (decimal): -9282010 or 2514546. OLE color: 2514546.
HSL color Cylindrical-coordinate representation of color #725E26: hue angle of 44.21º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #725E26 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 38 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.55 |
| HSL | 44.21º | 0.5% | 0.3% | - |
| HSV(B) | 44.21º | 0.67% | 0.45% | - |
| XYZ | 11.29 | 11.72 | 3.5 | - |
| YUV | 93.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 38 | 0 | 0.18 | 0.67 | 0.55 | 44.21 | 0.5 | 0.3 |
| Hex | 72 | 5E | 26 | 0 | 12 | 43 | 37 | 2C | 32 | 1E |
| Octal | 162 | 136 | 46 | 0 | 22 | 103 | 67 | 54 | 62 | 36 |
| Binary | 1110010 | 1011110 | 100110 | 0 | 10010 | 1000011 | 110111 | 101100 | 110010 | 11110 |
Color Harmonies of #725E26
Complementary color
Monochromatic Colors of #725E26
Black with #725E26
Text Example
Text Example
White with #725E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E26; }
p { color: rgb(114,94,38); }
H1.HeaderClassName
{
color: #725E26;
}
.AnyTagClassName
{
color: #725E26;
}
</style>
background-color css
<style>
a { background-color: #725E26; }
a { background-color: rgb(114,94,38); }
div.DivClassName
{
background-color: #725E26;
}
.BgClassName
{
background-color: #725E26;
}
</style>
border-color css
<style>
span { border-color: #725E26; }
span { border-color: rgb(114,94,38); }
td.TdClassName
{
border-color: #725E26;
}
.TagClassName
{
border-color: #725E26;
}
</style>