Shades of Mondo #544E48
Tints of Mondo #544E48
RGB
CMYK
RGB Variations
Color information
#544E48 (or 0x544E48) is known color: Mondo. HEX triplet: 54, 4E and 48. RGB value is (84,78,72). Sum of RGB (Red+Green+Blue) = 84+78+72=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #544E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E48 is #ABB1B7. Grayscale: #4F4F4F. Windows color (decimal): -11252152 or 4738644. OLE color: 4738644.
HSL color Cylindrical-coordinate representation of color #544E48: hue angle of 30º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #544E48 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 72 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.67 |
| HSL | 30º | 0.08% | 0.31% | - |
| HSV(B) | 30º | 0.14% | 0.33% | - |
| XYZ | 7.55 | 7.8 | 7.24 | - |
| YUV | 79.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 72 | 0 | 0.07 | 0.14 | 0.67 | 30 | 0.08 | 0.31 |
| Hex | 54 | 4E | 48 | 0 | 7 | E | 43 | 1E | 8 | 1F |
| Octal | 124 | 116 | 110 | 0 | 7 | 16 | 103 | 36 | 10 | 37 |
| Binary | 1010100 | 1001110 | 1001000 | 0 | 111 | 1110 | 1000011 | 11110 | 1000 | 11111 |
Color Harmonies of #544E48
Complementary color
Monochromatic Colors of #544E48
Black with #544E48
Text Example
Text Example
White with #544E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E48; }
p { color: rgb(84,78,72); }
H1.HeaderClassName
{
color: #544E48;
}
.AnyTagClassName
{
color: #544E48;
}
</style>
background-color css
<style>
a { background-color: #544E48; }
a { background-color: rgb(84,78,72); }
div.DivClassName
{
background-color: #544E48;
}
.BgClassName
{
background-color: #544E48;
}
</style>
border-color css
<style>
span { border-color: #544E48; }
span { border-color: rgb(84,78,72); }
td.TdClassName
{
border-color: #544E48;
}
.TagClassName
{
border-color: #544E48;
}
</style>