Shades of Mondo #554D3E
Tints of Mondo #554D3E
RGB
CMYK
RGB Variations
Color information
#554D3E (or 0x554D3E) is known color: Mondo. HEX triplet: 55, 4D and 3E. RGB value is (85,77,62). Sum of RGB (Red+Green+Blue) = 85+77+62=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3E is #AAB2C1. Grayscale: #4D4D4D. Windows color (decimal): -11186882 or 4083029. OLE color: 4083029.
HSL color Cylindrical-coordinate representation of color #554D3E: hue angle of 39.13º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554D3E is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 62 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.67 |
| HSL | 39.13º | 0.16% | 0.29% | - |
| HSV(B) | 39.13º | 0.27% | 0.33% | - |
| XYZ | 7.27 | 7.59 | 5.64 | - |
| YUV | 77.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 62 | 0 | 0.09 | 0.27 | 0.67 | 39.13 | 0.16 | 0.29 |
| Hex | 55 | 4D | 3E | 0 | 9 | 1B | 43 | 27 | 10 | 1D |
| Octal | 125 | 115 | 76 | 0 | 11 | 33 | 103 | 47 | 20 | 35 |
| Binary | 1010101 | 1001101 | 111110 | 0 | 1001 | 11011 | 1000011 | 100111 | 10000 | 11101 |
Color Harmonies of #554D3E
Complementary color
Monochromatic Colors of #554D3E
Black with #554D3E
Text Example
Text Example
White with #554D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D3E; }
p { color: rgb(85,77,62); }
H1.HeaderClassName
{
color: #554D3E;
}
.AnyTagClassName
{
color: #554D3E;
}
</style>
background-color css
<style>
a { background-color: #554D3E; }
a { background-color: rgb(85,77,62); }
div.DivClassName
{
background-color: #554D3E;
}
.BgClassName
{
background-color: #554D3E;
}
</style>
border-color css
<style>
span { border-color: #554D3E; }
span { border-color: rgb(85,77,62); }
td.TdClassName
{
border-color: #554D3E;
}
.TagClassName
{
border-color: #554D3E;
}
</style>