Shades of Mondo #554C3E
Tints of Mondo #554C3E
RGB
CMYK
RGB Variations
Color information
#554C3E (or 0x554C3E) is known color: Mondo. HEX triplet: 55, 4C and 3E. RGB value is (85,76,62). Sum of RGB (Red+Green+Blue) = 85+76+62=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C3E is #AAB3C1. Grayscale: #4D4D4D. Windows color (decimal): -11187138 or 4082773. OLE color: 4082773.
HSL color Cylindrical-coordinate representation of color #554C3E: hue angle of 36.52º 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 #554C3E is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 62 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.67 |
| HSL | 36.52º | 0.16% | 0.29% | - |
| HSV(B) | 36.52º | 0.27% | 0.33% | - |
| XYZ | 7.2 | 7.45 | 5.62 | - |
| YUV | 77.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 62 | 0 | 0.11 | 0.27 | 0.67 | 36.52 | 0.16 | 0.29 |
| Hex | 55 | 4C | 3E | 0 | B | 1B | 43 | 25 | 10 | 1D |
| Octal | 125 | 114 | 76 | 0 | 13 | 33 | 103 | 45 | 20 | 35 |
| Binary | 1010101 | 1001100 | 111110 | 0 | 1011 | 11011 | 1000011 | 100101 | 10000 | 11101 |
Color Harmonies of #554C3E
Complementary color
Monochromatic Colors of #554C3E
Black with #554C3E
Text Example
Text Example
White with #554C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C3E; }
p { color: rgb(85,76,62); }
H1.HeaderClassName
{
color: #554C3E;
}
.AnyTagClassName
{
color: #554C3E;
}
</style>
background-color css
<style>
a { background-color: #554C3E; }
a { background-color: rgb(85,76,62); }
div.DivClassName
{
background-color: #554C3E;
}
.BgClassName
{
background-color: #554C3E;
}
</style>
border-color css
<style>
span { border-color: #554C3E; }
span { border-color: rgb(85,76,62); }
td.TdClassName
{
border-color: #554C3E;
}
.TagClassName
{
border-color: #554C3E;
}
</style>