Shades of Mondo #554E40
Tints of Mondo #554E40
RGB
CMYK
RGB Variations
Color information
#554E40 (or 0x554E40) is known color: Mondo. HEX triplet: 55, 4E and 40. RGB value is (85,78,64). Sum of RGB (Red+Green+Blue) = 85+78+64=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E40 is #AAB1BF. Grayscale: #4E4E4E. Windows color (decimal): -11186624 or 4214357. OLE color: 4214357.
HSL color Cylindrical-coordinate representation of color #554E40: hue angle of 40º 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 #554E40 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 64 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.67 |
| HSL | 40º | 0.14% | 0.29% | - |
| HSV(B) | 40º | 0.25% | 0.33% | - |
| XYZ | 7.4 | 7.75 | 5.96 | - |
| YUV | 78.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 64 | 0 | 0.08 | 0.25 | 0.67 | 40 | 0.14 | 0.29 |
| Hex | 55 | 4E | 40 | 0 | 8 | 19 | 43 | 28 | E | 1D |
| Octal | 125 | 116 | 100 | 0 | 10 | 31 | 103 | 50 | 16 | 35 |
| Binary | 1010101 | 1001110 | 1000000 | 0 | 1000 | 11001 | 1000011 | 101000 | 1110 | 11101 |
Color Harmonies of #554E40
Complementary color
Monochromatic Colors of #554E40
Black with #554E40
Text Example
Text Example
White with #554E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E40; }
p { color: rgb(85,78,64); }
H1.HeaderClassName
{
color: #554E40;
}
.AnyTagClassName
{
color: #554E40;
}
</style>
background-color css
<style>
a { background-color: #554E40; }
a { background-color: rgb(85,78,64); }
div.DivClassName
{
background-color: #554E40;
}
.BgClassName
{
background-color: #554E40;
}
</style>
border-color css
<style>
span { border-color: #554E40; }
span { border-color: rgb(85,78,64); }
td.TdClassName
{
border-color: #554E40;
}
.TagClassName
{
border-color: #554E40;
}
</style>