Shades of Mondo #594F3C
Tints of Mondo #594F3C
RGB
CMYK
RGB Variations
Color information
#594F3C (or 0x594F3C) is known color: Mondo. HEX triplet: 59, 4F and 3C. RGB value is (89,79,60). Sum of RGB (Red+Green+Blue) = 89+79+60=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F3C is #A6B0C3. Grayscale: #4F4F4F. Windows color (decimal): -10924228 or 3952473. OLE color: 3952473.
HSL color Cylindrical-coordinate representation of color #594F3C: hue angle of 39.31º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #594F3C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 60 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.65 |
| HSL | 39.31º | 0.19% | 0.29% | - |
| HSV(B) | 39.31º | 0.33% | 0.35% | - |
| XYZ | 7.73 | 8.04 | 5.42 | - |
| YUV | 79.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 60 | 0 | 0.11 | 0.33 | 0.65 | 39.31 | 0.19 | 0.29 |
| Hex | 59 | 4F | 3C | 0 | B | 21 | 41 | 27 | 13 | 1D |
| Octal | 131 | 117 | 74 | 0 | 13 | 41 | 101 | 47 | 23 | 35 |
| Binary | 1011001 | 1001111 | 111100 | 0 | 1011 | 100001 | 1000001 | 100111 | 10011 | 11101 |
Color Harmonies of #594F3C
Complementary color
Monochromatic Colors of #594F3C
Black with #594F3C
Text Example
Text Example
White with #594F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F3C; }
p { color: rgb(89,79,60); }
H1.HeaderClassName
{
color: #594F3C;
}
.AnyTagClassName
{
color: #594F3C;
}
</style>
background-color css
<style>
a { background-color: #594F3C; }
a { background-color: rgb(89,79,60); }
div.DivClassName
{
background-color: #594F3C;
}
.BgClassName
{
background-color: #594F3C;
}
</style>
border-color css
<style>
span { border-color: #594F3C; }
span { border-color: rgb(89,79,60); }
td.TdClassName
{
border-color: #594F3C;
}
.TagClassName
{
border-color: #594F3C;
}
</style>