Shades of Mondo #584E40
Tints of Mondo #584E40
RGB
CMYK
RGB Variations
Color information
#584E40 (or 0x584E40) is known color: Mondo. HEX triplet: 58, 4E and 40. RGB value is (88,78,64). Sum of RGB (Red+Green+Blue) = 88+78+64=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #584E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E40 is #A7B1BF. Grayscale: #4F4F4F. Windows color (decimal): -10990016 or 4214360. OLE color: 4214360.
HSL color Cylindrical-coordinate representation of color #584E40: hue angle of 35º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584E40 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 64 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.65 |
| HSL | 35º | 0.16% | 0.3% | - |
| HSV(B) | 35º | 0.27% | 0.35% | - |
| XYZ | 7.67 | 7.89 | 5.97 | - |
| YUV | 79.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 64 | 0 | 0.11 | 0.27 | 0.65 | 35 | 0.16 | 0.3 |
| Hex | 58 | 4E | 40 | 0 | B | 1B | 41 | 23 | 10 | 1E |
| Octal | 130 | 116 | 100 | 0 | 13 | 33 | 101 | 43 | 20 | 36 |
| Binary | 1011000 | 1001110 | 1000000 | 0 | 1011 | 11011 | 1000001 | 100011 | 10000 | 11110 |
Color Harmonies of #584E40
Complementary color
Monochromatic Colors of #584E40
Black with #584E40
Text Example
Text Example
White with #584E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E40; }
p { color: rgb(88,78,64); }
H1.HeaderClassName
{
color: #584E40;
}
.AnyTagClassName
{
color: #584E40;
}
</style>
background-color css
<style>
a { background-color: #584E40; }
a { background-color: rgb(88,78,64); }
div.DivClassName
{
background-color: #584E40;
}
.BgClassName
{
background-color: #584E40;
}
</style>
border-color css
<style>
span { border-color: #584E40; }
span { border-color: rgb(88,78,64); }
td.TdClassName
{
border-color: #584E40;
}
.TagClassName
{
border-color: #584E40;
}
</style>