Shades of Himalaya #725D2E
Tints of Himalaya #725D2E
RGB
CMYK
RGB Variations
Color information
#725D2E (or 0x725D2E) is known color: Himalaya. HEX triplet: 72, 5D and 2E. RGB value is (114,93,46). Sum of RGB (Red+Green+Blue) = 114+93+46=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #725D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D2E is #8DA2D1. Grayscale: #5E5E5E. Windows color (decimal): -9282258 or 3038578. OLE color: 3038578.
HSL color Cylindrical-coordinate representation of color #725D2E: hue angle of 41.47º 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 #725D2E is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 46 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.55 |
| HSL | 41.47º | 0.43% | 0.31% | - |
| HSV(B) | 41.47º | 0.6% | 0.45% | - |
| XYZ | 11.35 | 11.6 | 4.23 | - |
| YUV | 93.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 46 | 0 | 0.18 | 0.60 | 0.55 | 41.47 | 0.43 | 0.31 |
| Hex | 72 | 5D | 2E | 0 | 12 | 3C | 37 | 29 | 2A | 1F |
| Octal | 162 | 135 | 56 | 0 | 22 | 74 | 67 | 51 | 52 | 37 |
| Binary | 1110010 | 1011101 | 101110 | 0 | 10010 | 111100 | 110111 | 101001 | 101010 | 11111 |
Color Harmonies of #725D2E
Complementary color
Monochromatic Colors of #725D2E
Black with #725D2E
Text Example
Text Example
White with #725D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D2E; }
p { color: rgb(114,93,46); }
H1.HeaderClassName
{
color: #725D2E;
}
.AnyTagClassName
{
color: #725D2E;
}
</style>
background-color css
<style>
a { background-color: #725D2E; }
a { background-color: rgb(114,93,46); }
div.DivClassName
{
background-color: #725D2E;
}
.BgClassName
{
background-color: #725D2E;
}
</style>
border-color css
<style>
span { border-color: #725D2E; }
span { border-color: rgb(114,93,46); }
td.TdClassName
{
border-color: #725D2E;
}
.TagClassName
{
border-color: #725D2E;
}
</style>