Shades of Mondo #594E3E
Tints of Mondo #594E3E
RGB
CMYK
RGB Variations
Color information
#594E3E (or 0x594E3E) is known color: Mondo. HEX triplet: 59, 4E and 3E. RGB value is (89,78,62). Sum of RGB (Red+Green+Blue) = 89+78+62=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #594E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E3E is #A6B1C1. Grayscale: #4F4F4F. Windows color (decimal): -10924482 or 4083289. OLE color: 4083289.
HSL color Cylindrical-coordinate representation of color #594E3E: hue angle of 35.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #594E3E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 62 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.65 |
| HSL | 35.56º | 0.18% | 0.3% | - |
| HSV(B) | 35.56º | 0.3% | 0.35% | - |
| XYZ | 7.71 | 7.92 | 5.68 | - |
| YUV | 79.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 62 | 0 | 0.12 | 0.30 | 0.65 | 35.56 | 0.18 | 0.3 |
| Hex | 59 | 4E | 3E | 0 | C | 1E | 41 | 24 | 12 | 1E |
| Octal | 131 | 116 | 76 | 0 | 14 | 36 | 101 | 44 | 22 | 36 |
| Binary | 1011001 | 1001110 | 111110 | 0 | 1100 | 11110 | 1000001 | 100100 | 10010 | 11110 |
Color Harmonies of #594E3E
Complementary color
Monochromatic Colors of #594E3E
Black with #594E3E
Text Example
Text Example
White with #594E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E3E; }
p { color: rgb(89,78,62); }
H1.HeaderClassName
{
color: #594E3E;
}
.AnyTagClassName
{
color: #594E3E;
}
</style>
background-color css
<style>
a { background-color: #594E3E; }
a { background-color: rgb(89,78,62); }
div.DivClassName
{
background-color: #594E3E;
}
.BgClassName
{
background-color: #594E3E;
}
</style>
border-color css
<style>
span { border-color: #594E3E; }
span { border-color: rgb(89,78,62); }
td.TdClassName
{
border-color: #594E3E;
}
.TagClassName
{
border-color: #594E3E;
}
</style>