Shades of Himalaya #725F2A
Tints of Himalaya #725F2A
RGB
CMYK
RGB Variations
Color information
#725F2A (or 0x725F2A) is known color: Himalaya. HEX triplet: 72, 5F and 2A. RGB value is (114,95,42). Sum of RGB (Red+Green+Blue) = 114+95+42=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #725F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F2A is #8DA0D5. Grayscale: #5E5E5E. Windows color (decimal): -9281750 or 2776946. OLE color: 2776946.
HSL color Cylindrical-coordinate representation of color #725F2A: hue angle of 44.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #725F2A is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 42 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.55 |
| HSL | 44.17º | 0.46% | 0.31% | - |
| HSV(B) | 44.17º | 0.63% | 0.45% | - |
| XYZ | 11.45 | 11.93 | 3.89 | - |
| YUV | 94.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 42 | 0 | 0.17 | 0.63 | 0.55 | 44.17 | 0.46 | 0.31 |
| Hex | 72 | 5F | 2A | 0 | 11 | 3F | 37 | 2C | 2E | 1F |
| Octal | 162 | 137 | 52 | 0 | 21 | 77 | 67 | 54 | 56 | 37 |
| Binary | 1110010 | 1011111 | 101010 | 0 | 10001 | 111111 | 110111 | 101100 | 101110 | 11111 |
Color Harmonies of #725F2A
Complementary color
Monochromatic Colors of #725F2A
Black with #725F2A
Text Example
Text Example
White with #725F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F2A; }
p { color: rgb(114,95,42); }
H1.HeaderClassName
{
color: #725F2A;
}
.AnyTagClassName
{
color: #725F2A;
}
</style>
background-color css
<style>
a { background-color: #725F2A; }
a { background-color: rgb(114,95,42); }
div.DivClassName
{
background-color: #725F2A;
}
.BgClassName
{
background-color: #725F2A;
}
</style>
border-color css
<style>
span { border-color: #725F2A; }
span { border-color: rgb(114,95,42); }
td.TdClassName
{
border-color: #725F2A;
}
.TagClassName
{
border-color: #725F2A;
}
</style>