Shades of Himalaya #725F2D
Tints of Himalaya #725F2D
RGB
CMYK
RGB Variations
Color information
#725F2D (or 0x725F2D) is known color: Himalaya. HEX triplet: 72, 5F and 2D. RGB value is (114,95,45). Sum of RGB (Red+Green+Blue) = 114+95+45=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #725F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F2D is #8DA0D2. Grayscale: #5F5F5F. Windows color (decimal): -9281747 or 2973554. OLE color: 2973554.
HSL color Cylindrical-coordinate representation of color #725F2D: hue angle of 43.48º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #725F2D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 45 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.55 |
| HSL | 43.48º | 0.43% | 0.31% | - |
| HSV(B) | 43.48º | 0.61% | 0.45% | - |
| XYZ | 11.51 | 11.95 | 4.18 | - |
| YUV | 94.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 45 | 0 | 0.17 | 0.61 | 0.55 | 43.48 | 0.43 | 0.31 |
| Hex | 72 | 5F | 2D | 0 | 11 | 3D | 37 | 2B | 2B | 1F |
| Octal | 162 | 137 | 55 | 0 | 21 | 75 | 67 | 53 | 53 | 37 |
| Binary | 1110010 | 1011111 | 101101 | 0 | 10001 | 111101 | 110111 | 101011 | 101011 | 11111 |
Color Harmonies of #725F2D
Complementary color
Monochromatic Colors of #725F2D
Black with #725F2D
Text Example
Text Example
White with #725F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F2D; }
p { color: rgb(114,95,45); }
H1.HeaderClassName
{
color: #725F2D;
}
.AnyTagClassName
{
color: #725F2D;
}
</style>
background-color css
<style>
a { background-color: #725F2D; }
a { background-color: rgb(114,95,45); }
div.DivClassName
{
background-color: #725F2D;
}
.BgClassName
{
background-color: #725F2D;
}
</style>
border-color css
<style>
span { border-color: #725F2D; }
span { border-color: rgb(114,95,45); }
td.TdClassName
{
border-color: #725F2D;
}
.TagClassName
{
border-color: #725F2D;
}
</style>