Shades of Mondo #584E42
Tints of Mondo #584E42
RGB
CMYK
RGB Variations
Color information
#584E42 (or 0x584E42) is known color: Mondo. HEX triplet: 58, 4E and 42. RGB value is (88,78,66). Sum of RGB (Red+Green+Blue) = 88+78+66=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E42 is #A7B1BD. Grayscale: #4F4F4F. Windows color (decimal): -10990014 or 4345432. OLE color: 4345432.
HSL color Cylindrical-coordinate representation of color #584E42: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #584E42 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 66 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.65 |
| HSL | 32.73º | 0.14% | 0.3% | - |
| HSV(B) | 32.73º | 0.25% | 0.35% | - |
| XYZ | 7.73 | 7.92 | 6.27 | - |
| YUV | 79.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 66 | 0 | 0.11 | 0.25 | 0.65 | 32.73 | 0.14 | 0.3 |
| Hex | 58 | 4E | 42 | 0 | B | 19 | 41 | 21 | E | 1E |
| Octal | 130 | 116 | 102 | 0 | 13 | 31 | 101 | 41 | 16 | 36 |
| Binary | 1011000 | 1001110 | 1000010 | 0 | 1011 | 11001 | 1000001 | 100001 | 1110 | 11110 |
Color Harmonies of #584E42
Complementary color
Monochromatic Colors of #584E42
Black with #584E42
Text Example
Text Example
White with #584E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E42; }
p { color: rgb(88,78,66); }
H1.HeaderClassName
{
color: #584E42;
}
.AnyTagClassName
{
color: #584E42;
}
</style>
background-color css
<style>
a { background-color: #584E42; }
a { background-color: rgb(88,78,66); }
div.DivClassName
{
background-color: #584E42;
}
.BgClassName
{
background-color: #584E42;
}
</style>
border-color css
<style>
span { border-color: #584E42; }
span { border-color: rgb(88,78,66); }
td.TdClassName
{
border-color: #584E42;
}
.TagClassName
{
border-color: #584E42;
}
</style>