Shades of Mondo #584F41
Tints of Mondo #584F41
RGB
CMYK
RGB Variations
Color information
#584F41 (or 0x584F41) is known color: Mondo. HEX triplet: 58, 4F and 41. RGB value is (88,79,65). Sum of RGB (Red+Green+Blue) = 88+79+65=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F41 is #A7B0BE. Grayscale: #505050. Windows color (decimal): -10989759 or 4280152. OLE color: 4280152.
HSL color Cylindrical-coordinate representation of color #584F41: hue angle of 36.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #584F41 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 65 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.65 |
| HSL | 36.52º | 0.15% | 0.3% | - |
| HSV(B) | 36.52º | 0.26% | 0.35% | - |
| XYZ | 7.77 | 8.05 | 6.14 | - |
| YUV | 80.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 65 | 0 | 0.10 | 0.26 | 0.65 | 36.52 | 0.15 | 0.3 |
| Hex | 58 | 4F | 41 | 0 | A | 1A | 41 | 25 | F | 1E |
| Octal | 130 | 117 | 101 | 0 | 12 | 32 | 101 | 45 | 17 | 36 |
| Binary | 1011000 | 1001111 | 1000001 | 0 | 1010 | 11010 | 1000001 | 100101 | 1111 | 11110 |
Color Harmonies of #584F41
Complementary color
Monochromatic Colors of #584F41
Black with #584F41
Text Example
Text Example
White with #584F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F41; }
p { color: rgb(88,79,65); }
H1.HeaderClassName
{
color: #584F41;
}
.AnyTagClassName
{
color: #584F41;
}
</style>
background-color css
<style>
a { background-color: #584F41; }
a { background-color: rgb(88,79,65); }
div.DivClassName
{
background-color: #584F41;
}
.BgClassName
{
background-color: #584F41;
}
</style>
border-color css
<style>
span { border-color: #584F41; }
span { border-color: rgb(88,79,65); }
td.TdClassName
{
border-color: #584F41;
}
.TagClassName
{
border-color: #584F41;
}
</style>