Shades of Mondo #544C41
Tints of Mondo #544C41
RGB
CMYK
RGB Variations
Color information
#544C41 (or 0x544C41) is known color: Mondo. HEX triplet: 54, 4C and 41. RGB value is (84,76,65). Sum of RGB (Red+Green+Blue) = 84+76+65=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #544C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C41 is #ABB3BE. Grayscale: #4D4D4D. Windows color (decimal): -11252671 or 4279380. OLE color: 4279380.
HSL color Cylindrical-coordinate representation of color #544C41: hue angle of 34.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544C41 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 65 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.67 |
| HSL | 34.74º | 0.13% | 0.29% | - |
| HSV(B) | 34.74º | 0.23% | 0.33% | - |
| XYZ | 7.19 | 7.44 | 6.06 | - |
| YUV | 77.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 65 | 0 | 0.10 | 0.23 | 0.67 | 34.74 | 0.13 | 0.29 |
| Hex | 54 | 4C | 41 | 0 | A | 17 | 43 | 23 | D | 1D |
| Octal | 124 | 114 | 101 | 0 | 12 | 27 | 103 | 43 | 15 | 35 |
| Binary | 1010100 | 1001100 | 1000001 | 0 | 1010 | 10111 | 1000011 | 100011 | 1101 | 11101 |
Color Harmonies of #544C41
Complementary color
Monochromatic Colors of #544C41
Black with #544C41
Text Example
Text Example
White with #544C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C41; }
p { color: rgb(84,76,65); }
H1.HeaderClassName
{
color: #544C41;
}
.AnyTagClassName
{
color: #544C41;
}
</style>
background-color css
<style>
a { background-color: #544C41; }
a { background-color: rgb(84,76,65); }
div.DivClassName
{
background-color: #544C41;
}
.BgClassName
{
background-color: #544C41;
}
</style>
border-color css
<style>
span { border-color: #544C41; }
span { border-color: rgb(84,76,65); }
td.TdClassName
{
border-color: #544C41;
}
.TagClassName
{
border-color: #544C41;
}
</style>