Shades of Himalaya #725F2E
Tints of Himalaya #725F2E
RGB
CMYK
RGB Variations
Color information
#725F2E (or 0x725F2E) is known color: Himalaya. HEX triplet: 72, 5F and 2E. RGB value is (114,95,46). Sum of RGB (Red+Green+Blue) = 114+95+46=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #725F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F2E is #8DA0D1. Grayscale: #5F5F5F. Windows color (decimal): -9281746 or 3039090. OLE color: 3039090.
HSL color Cylindrical-coordinate representation of color #725F2E: hue angle of 43.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725F2E is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 46 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.55 |
| HSL | 43.24º | 0.43% | 0.31% | - |
| HSV(B) | 43.24º | 0.6% | 0.45% | - |
| XYZ | 11.52 | 11.96 | 4.29 | - |
| YUV | 95.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 46 | 0 | 0.17 | 0.60 | 0.55 | 43.24 | 0.43 | 0.31 |
| Hex | 72 | 5F | 2E | 0 | 11 | 3C | 37 | 2B | 2A | 1F |
| Octal | 162 | 137 | 56 | 0 | 21 | 74 | 67 | 53 | 52 | 37 |
| Binary | 1110010 | 1011111 | 101110 | 0 | 10001 | 111100 | 110111 | 101011 | 101010 | 11111 |
Color Harmonies of #725F2E
Complementary color
Monochromatic Colors of #725F2E
Black with #725F2E
Text Example
Text Example
White with #725F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F2E; }
p { color: rgb(114,95,46); }
H1.HeaderClassName
{
color: #725F2E;
}
.AnyTagClassName
{
color: #725F2E;
}
</style>
background-color css
<style>
a { background-color: #725F2E; }
a { background-color: rgb(114,95,46); }
div.DivClassName
{
background-color: #725F2E;
}
.BgClassName
{
background-color: #725F2E;
}
</style>
border-color css
<style>
span { border-color: #725F2E; }
span { border-color: rgb(114,95,46); }
td.TdClassName
{
border-color: #725F2E;
}
.TagClassName
{
border-color: #725F2E;
}
</style>