Shades of Himalaya #725D2B
Tints of Himalaya #725D2B
RGB
CMYK
RGB Variations
Color information
#725D2B (or 0x725D2B) is known color: Himalaya. HEX triplet: 72, 5D and 2B. RGB value is (114,93,43). Sum of RGB (Red+Green+Blue) = 114+93+43=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #725D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D2B is #8DA2D4. Grayscale: #5D5D5D. Windows color (decimal): -9282261 or 2841970. OLE color: 2841970.
HSL color Cylindrical-coordinate representation of color #725D2B: hue angle of 42.25º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #725D2B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 43 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.55 |
| HSL | 42.25º | 0.45% | 0.31% | - |
| HSV(B) | 42.25º | 0.62% | 0.45% | - |
| XYZ | 11.29 | 11.58 | 3.93 | - |
| YUV | 93.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 43 | 0 | 0.18 | 0.62 | 0.55 | 42.25 | 0.45 | 0.31 |
| Hex | 72 | 5D | 2B | 0 | 12 | 3E | 37 | 2A | 2D | 1F |
| Octal | 162 | 135 | 53 | 0 | 22 | 76 | 67 | 52 | 55 | 37 |
| Binary | 1110010 | 1011101 | 101011 | 0 | 10010 | 111110 | 110111 | 101010 | 101101 | 11111 |
Color Harmonies of #725D2B
Complementary color
Monochromatic Colors of #725D2B
Black with #725D2B
Text Example
Text Example
White with #725D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D2B; }
p { color: rgb(114,93,43); }
H1.HeaderClassName
{
color: #725D2B;
}
.AnyTagClassName
{
color: #725D2B;
}
</style>
background-color css
<style>
a { background-color: #725D2B; }
a { background-color: rgb(114,93,43); }
div.DivClassName
{
background-color: #725D2B;
}
.BgClassName
{
background-color: #725D2B;
}
</style>
border-color css
<style>
span { border-color: #725D2B; }
span { border-color: rgb(114,93,43); }
td.TdClassName
{
border-color: #725D2B;
}
.TagClassName
{
border-color: #725D2B;
}
</style>