Shades of Mondo #554D3D
Tints of Mondo #554D3D
RGB
CMYK
RGB Variations
Color information
#554D3D (or 0x554D3D) is known color: Mondo. HEX triplet: 55, 4D and 3D. RGB value is (85,77,61). Sum of RGB (Red+Green+Blue) = 85+77+61=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3D is #AAB2C2. Grayscale: #4D4D4D. Windows color (decimal): -11186883 or 4017493. OLE color: 4017493.
HSL color Cylindrical-coordinate representation of color #554D3D: hue angle of 40º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554D3D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 61 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.67 |
| HSL | 40º | 0.16% | 0.29% | - |
| HSV(B) | 40º | 0.28% | 0.33% | - |
| XYZ | 7.24 | 7.58 | 5.5 | - |
| YUV | 77.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 61 | 0 | 0.09 | 0.28 | 0.67 | 40 | 0.16 | 0.29 |
| Hex | 55 | 4D | 3D | 0 | 9 | 1C | 43 | 28 | 10 | 1D |
| Octal | 125 | 115 | 75 | 0 | 11 | 34 | 103 | 50 | 20 | 35 |
| Binary | 1010101 | 1001101 | 111101 | 0 | 1001 | 11100 | 1000011 | 101000 | 10000 | 11101 |
Color Harmonies of #554D3D
Complementary color
Monochromatic Colors of #554D3D
Black with #554D3D
Text Example
Text Example
White with #554D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D3D; }
p { color: rgb(85,77,61); }
H1.HeaderClassName
{
color: #554D3D;
}
.AnyTagClassName
{
color: #554D3D;
}
</style>
background-color css
<style>
a { background-color: #554D3D; }
a { background-color: rgb(85,77,61); }
div.DivClassName
{
background-color: #554D3D;
}
.BgClassName
{
background-color: #554D3D;
}
</style>
border-color css
<style>
span { border-color: #554D3D; }
span { border-color: rgb(85,77,61); }
td.TdClassName
{
border-color: #554D3D;
}
.TagClassName
{
border-color: #554D3D;
}
</style>