Shades of Himalaya #725E1F
Tints of Himalaya #725E1F
RGB
CMYK
RGB Variations
Color information
#725E1F (or 0x725E1F) is known color: Himalaya. HEX triplet: 72, 5E and 1F. RGB value is (114,94,31). Sum of RGB (Red+Green+Blue) = 114+94+31=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #725E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E1F is #8DA1E0. Grayscale: #5D5D5D. Windows color (decimal): -9282017 or 2055794. OLE color: 2055794.
HSL color Cylindrical-coordinate representation of color #725E1F: hue angle of 45.54º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #725E1F is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 31 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.55 |
| HSL | 45.54º | 0.57% | 0.28% | - |
| HSV(B) | 45.54º | 0.73% | 0.45% | - |
| XYZ | 11.19 | 11.68 | 2.96 | - |
| YUV | 92.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 31 | 0 | 0.18 | 0.73 | 0.55 | 45.54 | 0.57 | 0.28 |
| Hex | 72 | 5E | 1F | 0 | 12 | 49 | 37 | 2E | 39 | 1C |
| Octal | 162 | 136 | 37 | 0 | 22 | 111 | 67 | 56 | 71 | 34 |
| Binary | 1110010 | 1011110 | 11111 | 0 | 10010 | 1001001 | 110111 | 101110 | 111001 | 11100 |
Color Harmonies of #725E1F
Complementary color
Monochromatic Colors of #725E1F
Black with #725E1F
Text Example
Text Example
White with #725E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E1F; }
p { color: rgb(114,94,31); }
H1.HeaderClassName
{
color: #725E1F;
}
.AnyTagClassName
{
color: #725E1F;
}
</style>
background-color css
<style>
a { background-color: #725E1F; }
a { background-color: rgb(114,94,31); }
div.DivClassName
{
background-color: #725E1F;
}
.BgClassName
{
background-color: #725E1F;
}
</style>
border-color css
<style>
span { border-color: #725E1F; }
span { border-color: rgb(114,94,31); }
td.TdClassName
{
border-color: #725E1F;
}
.TagClassName
{
border-color: #725E1F;
}
</style>