Shades of Himalaya #725D2D
Tints of Himalaya #725D2D
RGB
CMYK
RGB Variations
Color information
#725D2D (or 0x725D2D) is known color: Himalaya. HEX triplet: 72, 5D and 2D. RGB value is (114,93,45). Sum of RGB (Red+Green+Blue) = 114+93+45=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #725D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D2D is #8DA2D2. Grayscale: #5E5E5E. Windows color (decimal): -9282259 or 2973042. OLE color: 2973042.
HSL color Cylindrical-coordinate representation of color #725D2D: hue angle of 41.74º 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 #725D2D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 45 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.55 |
| HSL | 41.74º | 0.43% | 0.31% | - |
| HSV(B) | 41.74º | 0.61% | 0.45% | - |
| XYZ | 11.33 | 11.6 | 4.12 | - |
| YUV | 93.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 45 | 0 | 0.18 | 0.61 | 0.55 | 41.74 | 0.43 | 0.31 |
| Hex | 72 | 5D | 2D | 0 | 12 | 3D | 37 | 2A | 2B | 1F |
| Octal | 162 | 135 | 55 | 0 | 22 | 75 | 67 | 52 | 53 | 37 |
| Binary | 1110010 | 1011101 | 101101 | 0 | 10010 | 111101 | 110111 | 101010 | 101011 | 11111 |
Color Harmonies of #725D2D
Complementary color
Monochromatic Colors of #725D2D
Black with #725D2D
Text Example
Text Example
White with #725D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D2D; }
p { color: rgb(114,93,45); }
H1.HeaderClassName
{
color: #725D2D;
}
.AnyTagClassName
{
color: #725D2D;
}
</style>
background-color css
<style>
a { background-color: #725D2D; }
a { background-color: rgb(114,93,45); }
div.DivClassName
{
background-color: #725D2D;
}
.BgClassName
{
background-color: #725D2D;
}
</style>
border-color css
<style>
span { border-color: #725D2D; }
span { border-color: rgb(114,93,45); }
td.TdClassName
{
border-color: #725D2D;
}
.TagClassName
{
border-color: #725D2D;
}
</style>