Shades of Mondo #595140
Tints of Mondo #595140
RGB
CMYK
RGB Variations
Color information
#595140 (or 0x595140) is known color: Mondo. HEX triplet: 59, 51 and 40. RGB value is (89,81,64). Sum of RGB (Red+Green+Blue) = 89+81+64=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #595140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595140 is #A6AEBF. Grayscale: #515151. Windows color (decimal): -10923712 or 4215129. OLE color: 4215129.
HSL color Cylindrical-coordinate representation of color #595140: hue angle of 40.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595140 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 64 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.65 |
| HSL | 40.8º | 0.16% | 0.3% | - |
| HSV(B) | 40.8º | 0.28% | 0.35% | - |
| XYZ | 7.99 | 8.38 | 6.05 | - |
| YUV | 81.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 64 | 0 | 0.09 | 0.28 | 0.65 | 40.8 | 0.16 | 0.3 |
| Hex | 59 | 51 | 40 | 0 | 9 | 1C | 41 | 29 | 10 | 1E |
| Octal | 131 | 121 | 100 | 0 | 11 | 34 | 101 | 51 | 20 | 36 |
| Binary | 1011001 | 1010001 | 1000000 | 0 | 1001 | 11100 | 1000001 | 101001 | 10000 | 11110 |
Color Harmonies of #595140
Complementary color
Monochromatic Colors of #595140
Black with #595140
Text Example
Text Example
White with #595140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595140; }
p { color: rgb(89,81,64); }
H1.HeaderClassName
{
color: #595140;
}
.AnyTagClassName
{
color: #595140;
}
</style>
background-color css
<style>
a { background-color: #595140; }
a { background-color: rgb(89,81,64); }
div.DivClassName
{
background-color: #595140;
}
.BgClassName
{
background-color: #595140;
}
</style>
border-color css
<style>
span { border-color: #595140; }
span { border-color: rgb(89,81,64); }
td.TdClassName
{
border-color: #595140;
}
.TagClassName
{
border-color: #595140;
}
</style>