Shades of Mondo #544D43
Tints of Mondo #544D43
RGB
CMYK
RGB Variations
Color information
#544D43 (or 0x544D43) is known color: Mondo. HEX triplet: 54, 4D and 43. RGB value is (84,77,67). Sum of RGB (Red+Green+Blue) = 84+77+67=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #544D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D43 is #ABB2BC. Grayscale: #4E4E4E. Windows color (decimal): -11252413 or 4410708. OLE color: 4410708.
HSL color Cylindrical-coordinate representation of color #544D43: hue angle of 35.29º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #544D43 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 67 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.67 |
| HSL | 35.29º | 0.11% | 0.3% | - |
| HSV(B) | 35.29º | 0.2% | 0.33% | - |
| XYZ | 7.32 | 7.6 | 6.39 | - |
| YUV | 77.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 67 | 0 | 0.08 | 0.20 | 0.67 | 35.29 | 0.11 | 0.3 |
| Hex | 54 | 4D | 43 | 0 | 8 | 14 | 43 | 23 | B | 1E |
| Octal | 124 | 115 | 103 | 0 | 10 | 24 | 103 | 43 | 13 | 36 |
| Binary | 1010100 | 1001101 | 1000011 | 0 | 1000 | 10100 | 1000011 | 100011 | 1011 | 11110 |
Color Harmonies of #544D43
Complementary color
Monochromatic Colors of #544D43
Black with #544D43
Text Example
Text Example
White with #544D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D43; }
p { color: rgb(84,77,67); }
H1.HeaderClassName
{
color: #544D43;
}
.AnyTagClassName
{
color: #544D43;
}
</style>
background-color css
<style>
a { background-color: #544D43; }
a { background-color: rgb(84,77,67); }
div.DivClassName
{
background-color: #544D43;
}
.BgClassName
{
background-color: #544D43;
}
</style>
border-color css
<style>
span { border-color: #544D43; }
span { border-color: rgb(84,77,67); }
td.TdClassName
{
border-color: #544D43;
}
.TagClassName
{
border-color: #544D43;
}
</style>