Shades of Mondo #594E3D
Tints of Mondo #594E3D
RGB
CMYK
RGB Variations
Color information
#594E3D (or 0x594E3D) is known color: Mondo. HEX triplet: 59, 4E and 3D. RGB value is (89,78,61). Sum of RGB (Red+Green+Blue) = 89+78+61=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E3D is #A6B1C2. Grayscale: #4F4F4F. Windows color (decimal): -10924483 or 4017753. OLE color: 4017753.
HSL color Cylindrical-coordinate representation of color #594E3D: hue angle of 36.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #594E3D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 61 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.65 |
| HSL | 36.43º | 0.19% | 0.29% | - |
| HSV(B) | 36.43º | 0.31% | 0.35% | - |
| XYZ | 7.69 | 7.91 | 5.54 | - |
| YUV | 79.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 61 | 0 | 0.12 | 0.31 | 0.65 | 36.43 | 0.19 | 0.29 |
| Hex | 59 | 4E | 3D | 0 | C | 1F | 41 | 24 | 13 | 1D |
| Octal | 131 | 116 | 75 | 0 | 14 | 37 | 101 | 44 | 23 | 35 |
| Binary | 1011001 | 1001110 | 111101 | 0 | 1100 | 11111 | 1000001 | 100100 | 10011 | 11101 |
Color Harmonies of #594E3D
Complementary color
Monochromatic Colors of #594E3D
Black with #594E3D
Text Example
Text Example
White with #594E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E3D; }
p { color: rgb(89,78,61); }
H1.HeaderClassName
{
color: #594E3D;
}
.AnyTagClassName
{
color: #594E3D;
}
</style>
background-color css
<style>
a { background-color: #594E3D; }
a { background-color: rgb(89,78,61); }
div.DivClassName
{
background-color: #594E3D;
}
.BgClassName
{
background-color: #594E3D;
}
</style>
border-color css
<style>
span { border-color: #594E3D; }
span { border-color: rgb(89,78,61); }
td.TdClassName
{
border-color: #594E3D;
}
.TagClassName
{
border-color: #594E3D;
}
</style>