Shades of Mondo #595040
Tints of Mondo #595040
RGB
CMYK
RGB Variations
Color information
#595040 (or 0x595040) is known color: Mondo. HEX triplet: 59, 50 and 40. RGB value is (89,80,64). Sum of RGB (Red+Green+Blue) = 89+80+64=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #595040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595040 is #A6AFBF. Grayscale: #505050. Windows color (decimal): -10923968 or 4214873. OLE color: 4214873.
HSL color Cylindrical-coordinate representation of color #595040: hue angle of 38.4º 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 #595040 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 64 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.65 |
| HSL | 38.4º | 0.16% | 0.3% | - |
| HSV(B) | 38.4º | 0.28% | 0.35% | - |
| XYZ | 7.91 | 8.23 | 6.02 | - |
| YUV | 80.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 64 | 0 | 0.10 | 0.28 | 0.65 | 38.4 | 0.16 | 0.3 |
| Hex | 59 | 50 | 40 | 0 | A | 1C | 41 | 26 | 10 | 1E |
| Octal | 131 | 120 | 100 | 0 | 12 | 34 | 101 | 46 | 20 | 36 |
| Binary | 1011001 | 1010000 | 1000000 | 0 | 1010 | 11100 | 1000001 | 100110 | 10000 | 11110 |
Color Harmonies of #595040
Complementary color
Monochromatic Colors of #595040
Black with #595040
Text Example
Text Example
White with #595040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595040; }
p { color: rgb(89,80,64); }
H1.HeaderClassName
{
color: #595040;
}
.AnyTagClassName
{
color: #595040;
}
</style>
background-color css
<style>
a { background-color: #595040; }
a { background-color: rgb(89,80,64); }
div.DivClassName
{
background-color: #595040;
}
.BgClassName
{
background-color: #595040;
}
</style>
border-color css
<style>
span { border-color: #595040; }
span { border-color: rgb(89,80,64); }
td.TdClassName
{
border-color: #595040;
}
.TagClassName
{
border-color: #595040;
}
</style>