Shades of Mondo #554C3F
Tints of Mondo #554C3F
RGB
CMYK
RGB Variations
Color information
#554C3F (or 0x554C3F) is known color: Mondo. HEX triplet: 55, 4C and 3F. RGB value is (85,76,63). Sum of RGB (Red+Green+Blue) = 85+76+63=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C3F is #AAB3C0. Grayscale: #4D4D4D. Windows color (decimal): -11187137 or 4148309. OLE color: 4148309.
HSL color Cylindrical-coordinate representation of color #554C3F: hue angle of 35.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554C3F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 63 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.67 |
| HSL | 35.45º | 0.15% | 0.29% | - |
| HSV(B) | 35.45º | 0.26% | 0.33% | - |
| XYZ | 7.23 | 7.46 | 5.76 | - |
| YUV | 77.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 63 | 0 | 0.11 | 0.26 | 0.67 | 35.45 | 0.15 | 0.29 |
| Hex | 55 | 4C | 3F | 0 | B | 1A | 43 | 23 | F | 1D |
| Octal | 125 | 114 | 77 | 0 | 13 | 32 | 103 | 43 | 17 | 35 |
| Binary | 1010101 | 1001100 | 111111 | 0 | 1011 | 11010 | 1000011 | 100011 | 1111 | 11101 |
Color Harmonies of #554C3F
Complementary color
Monochromatic Colors of #554C3F
Black with #554C3F
Text Example
Text Example
White with #554C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C3F; }
p { color: rgb(85,76,63); }
H1.HeaderClassName
{
color: #554C3F;
}
.AnyTagClassName
{
color: #554C3F;
}
</style>
background-color css
<style>
a { background-color: #554C3F; }
a { background-color: rgb(85,76,63); }
div.DivClassName
{
background-color: #554C3F;
}
.BgClassName
{
background-color: #554C3F;
}
</style>
border-color css
<style>
span { border-color: #554C3F; }
span { border-color: rgb(85,76,63); }
td.TdClassName
{
border-color: #554C3F;
}
.TagClassName
{
border-color: #554C3F;
}
</style>