Shades of Mondo #594F3F
Tints of Mondo #594F3F
RGB
CMYK
RGB Variations
Color information
#594F3F (or 0x594F3F) is known color: Mondo. HEX triplet: 59, 4F and 3F. RGB value is (89,79,63). Sum of RGB (Red+Green+Blue) = 89+79+63=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #594F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F3F is #A6B0C0. Grayscale: #505050. Windows color (decimal): -10924225 or 4149081. OLE color: 4149081.
HSL color Cylindrical-coordinate representation of color #594F3F: hue angle of 36.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #594F3F is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 63 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.65 |
| HSL | 36.92º | 0.17% | 0.3% | - |
| HSV(B) | 36.92º | 0.29% | 0.35% | - |
| XYZ | 7.81 | 8.07 | 5.85 | - |
| YUV | 80.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 63 | 0 | 0.11 | 0.29 | 0.65 | 36.92 | 0.17 | 0.3 |
| Hex | 59 | 4F | 3F | 0 | B | 1D | 41 | 25 | 11 | 1E |
| Octal | 131 | 117 | 77 | 0 | 13 | 35 | 101 | 45 | 21 | 36 |
| Binary | 1011001 | 1001111 | 111111 | 0 | 1011 | 11101 | 1000001 | 100101 | 10001 | 11110 |
Color Harmonies of #594F3F
Complementary color
Monochromatic Colors of #594F3F
Black with #594F3F
Text Example
Text Example
White with #594F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F3F; }
p { color: rgb(89,79,63); }
H1.HeaderClassName
{
color: #594F3F;
}
.AnyTagClassName
{
color: #594F3F;
}
</style>
background-color css
<style>
a { background-color: #594F3F; }
a { background-color: rgb(89,79,63); }
div.DivClassName
{
background-color: #594F3F;
}
.BgClassName
{
background-color: #594F3F;
}
</style>
border-color css
<style>
span { border-color: #594F3F; }
span { border-color: rgb(89,79,63); }
td.TdClassName
{
border-color: #594F3F;
}
.TagClassName
{
border-color: #594F3F;
}
</style>