Shades of Mondo #554D41
Tints of Mondo #554D41
RGB
CMYK
RGB Variations
Color information
#554D41 (or 0x554D41) is known color: Mondo. HEX triplet: 55, 4D and 41. RGB value is (85,77,65). Sum of RGB (Red+Green+Blue) = 85+77+65=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D41 is #AAB2BE. Grayscale: #4E4E4E. Windows color (decimal): -11186879 or 4279637. OLE color: 4279637.
HSL color Cylindrical-coordinate representation of color #554D41: hue angle of 36º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554D41 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 65 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.67 |
| HSL | 36º | 0.13% | 0.29% | - |
| HSV(B) | 36º | 0.24% | 0.33% | - |
| XYZ | 7.35 | 7.62 | 6.08 | - |
| YUV | 78.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 65 | 0 | 0.09 | 0.24 | 0.67 | 36 | 0.13 | 0.29 |
| Hex | 55 | 4D | 41 | 0 | 9 | 18 | 43 | 24 | D | 1D |
| Octal | 125 | 115 | 101 | 0 | 11 | 30 | 103 | 44 | 15 | 35 |
| Binary | 1010101 | 1001101 | 1000001 | 0 | 1001 | 11000 | 1000011 | 100100 | 1101 | 11101 |
Color Harmonies of #554D41
Complementary color
Monochromatic Colors of #554D41
Black with #554D41
Text Example
Text Example
White with #554D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D41; }
p { color: rgb(85,77,65); }
H1.HeaderClassName
{
color: #554D41;
}
.AnyTagClassName
{
color: #554D41;
}
</style>
background-color css
<style>
a { background-color: #554D41; }
a { background-color: rgb(85,77,65); }
div.DivClassName
{
background-color: #554D41;
}
.BgClassName
{
background-color: #554D41;
}
</style>
border-color css
<style>
span { border-color: #554D41; }
span { border-color: rgb(85,77,65); }
td.TdClassName
{
border-color: #554D41;
}
.TagClassName
{
border-color: #554D41;
}
</style>