Shades of Mondo #574D40
Tints of Mondo #574D40
RGB
CMYK
RGB Variations
Color information
#574D40 (or 0x574D40) is known color: Mondo. HEX triplet: 57, 4D and 40. RGB value is (87,77,64). Sum of RGB (Red+Green+Blue) = 87+77+64=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #574D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D40 is #A8B2BF. Grayscale: #4E4E4E. Windows color (decimal): -11055808 or 4214103. OLE color: 4214103.
HSL color Cylindrical-coordinate representation of color #574D40: hue angle of 33.91º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #574D40 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 64 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.66 |
| HSL | 33.91º | 0.15% | 0.3% | - |
| HSV(B) | 33.91º | 0.26% | 0.34% | - |
| XYZ | 7.51 | 7.7 | 5.94 | - |
| YUV | 78.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 64 | 0 | 0.11 | 0.26 | 0.66 | 33.91 | 0.15 | 0.3 |
| Hex | 57 | 4D | 40 | 0 | B | 1A | 42 | 22 | F | 1E |
| Octal | 127 | 115 | 100 | 0 | 13 | 32 | 102 | 42 | 17 | 36 |
| Binary | 1010111 | 1001101 | 1000000 | 0 | 1011 | 11010 | 1000010 | 100010 | 1111 | 11110 |
Color Harmonies of #574D40
Complementary color
Monochromatic Colors of #574D40
Black with #574D40
Text Example
Text Example
White with #574D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D40; }
p { color: rgb(87,77,64); }
H1.HeaderClassName
{
color: #574D40;
}
.AnyTagClassName
{
color: #574D40;
}
</style>
background-color css
<style>
a { background-color: #574D40; }
a { background-color: rgb(87,77,64); }
div.DivClassName
{
background-color: #574D40;
}
.BgClassName
{
background-color: #574D40;
}
</style>
border-color css
<style>
span { border-color: #574D40; }
span { border-color: rgb(87,77,64); }
td.TdClassName
{
border-color: #574D40;
}
.TagClassName
{
border-color: #574D40;
}
</style>