Shades of Mondo #584D40
Tints of Mondo #584D40
RGB
CMYK
RGB Variations
Color information
#584D40 (or 0x584D40) is known color: Mondo. HEX triplet: 58, 4D and 40. RGB value is (88,77,64). Sum of RGB (Red+Green+Blue) = 88+77+64=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #584D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D40 is #A7B2BF. Grayscale: #4E4E4E. Windows color (decimal): -10990272 or 4214104. OLE color: 4214104.
HSL color Cylindrical-coordinate representation of color #584D40: hue angle of 32.5º 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 #584D40 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 64 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.65 |
| HSL | 32.5º | 0.16% | 0.3% | - |
| HSV(B) | 32.5º | 0.27% | 0.35% | - |
| XYZ | 7.6 | 7.75 | 5.95 | - |
| YUV | 78.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 64 | 0 | 0.12 | 0.27 | 0.65 | 32.5 | 0.16 | 0.3 |
| Hex | 58 | 4D | 40 | 0 | C | 1B | 41 | 20 | 10 | 1E |
| Octal | 130 | 115 | 100 | 0 | 14 | 33 | 101 | 40 | 20 | 36 |
| Binary | 1011000 | 1001101 | 1000000 | 0 | 1100 | 11011 | 1000001 | 100000 | 10000 | 11110 |
Color Harmonies of #584D40
Complementary color
Monochromatic Colors of #584D40
Black with #584D40
Text Example
Text Example
White with #584D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D40; }
p { color: rgb(88,77,64); }
H1.HeaderClassName
{
color: #584D40;
}
.AnyTagClassName
{
color: #584D40;
}
</style>
background-color css
<style>
a { background-color: #584D40; }
a { background-color: rgb(88,77,64); }
div.DivClassName
{
background-color: #584D40;
}
.BgClassName
{
background-color: #584D40;
}
</style>
border-color css
<style>
span { border-color: #584D40; }
span { border-color: rgb(88,77,64); }
td.TdClassName
{
border-color: #584D40;
}
.TagClassName
{
border-color: #584D40;
}
</style>