Shades of Mondo #554D40
Tints of Mondo #554D40
RGB
CMYK
RGB Variations
Color information
#554D40 (or 0x554D40) is known color: Mondo. HEX triplet: 55, 4D and 40. RGB value is (85,77,64). Sum of RGB (Red+Green+Blue) = 85+77+64=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D40 is #AAB2BF. Grayscale: #4D4D4D. Windows color (decimal): -11186880 or 4214101. OLE color: 4214101.
HSL color Cylindrical-coordinate representation of color #554D40: hue angle of 37.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554D40 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 64 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.67 |
| HSL | 37.14º | 0.14% | 0.29% | - |
| HSV(B) | 37.14º | 0.25% | 0.33% | - |
| XYZ | 7.33 | 7.61 | 5.93 | - |
| YUV | 77.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 64 | 0 | 0.09 | 0.25 | 0.67 | 37.14 | 0.14 | 0.29 |
| Hex | 55 | 4D | 40 | 0 | 9 | 19 | 43 | 25 | E | 1D |
| Octal | 125 | 115 | 100 | 0 | 11 | 31 | 103 | 45 | 16 | 35 |
| Binary | 1010101 | 1001101 | 1000000 | 0 | 1001 | 11001 | 1000011 | 100101 | 1110 | 11101 |
Color Harmonies of #554D40
Complementary color
Monochromatic Colors of #554D40
Black with #554D40
Text Example
Text Example
White with #554D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D40; }
p { color: rgb(85,77,64); }
H1.HeaderClassName
{
color: #554D40;
}
.AnyTagClassName
{
color: #554D40;
}
</style>
background-color css
<style>
a { background-color: #554D40; }
a { background-color: rgb(85,77,64); }
div.DivClassName
{
background-color: #554D40;
}
.BgClassName
{
background-color: #554D40;
}
</style>
border-color css
<style>
span { border-color: #554D40; }
span { border-color: rgb(85,77,64); }
td.TdClassName
{
border-color: #554D40;
}
.TagClassName
{
border-color: #554D40;
}
</style>