Shades of Mondo #544D41
Tints of Mondo #544D41
RGB
CMYK
RGB Variations
Color information
#544D41 (or 0x544D41) is known color: Mondo. HEX triplet: 54, 4D and 41. RGB value is (84,77,65). Sum of RGB (Red+Green+Blue) = 84+77+65=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #544D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D41 is #ABB2BE. Grayscale: #4D4D4D. Windows color (decimal): -11252415 or 4279636. OLE color: 4279636.
HSL color Cylindrical-coordinate representation of color #544D41: hue angle of 37.89º 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 #544D41 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 65 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.67 |
| HSL | 37.89º | 0.13% | 0.29% | - |
| HSV(B) | 37.89º | 0.23% | 0.33% | - |
| XYZ | 7.26 | 7.57 | 6.08 | - |
| YUV | 77.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 65 | 0 | 0.08 | 0.23 | 0.67 | 37.89 | 0.13 | 0.29 |
| Hex | 54 | 4D | 41 | 0 | 8 | 17 | 43 | 26 | D | 1D |
| Octal | 124 | 115 | 101 | 0 | 10 | 27 | 103 | 46 | 15 | 35 |
| Binary | 1010100 | 1001101 | 1000001 | 0 | 1000 | 10111 | 1000011 | 100110 | 1101 | 11101 |
Color Harmonies of #544D41
Complementary color
Monochromatic Colors of #544D41
Black with #544D41
Text Example
Text Example
White with #544D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D41; }
p { color: rgb(84,77,65); }
H1.HeaderClassName
{
color: #544D41;
}
.AnyTagClassName
{
color: #544D41;
}
</style>
background-color css
<style>
a { background-color: #544D41; }
a { background-color: rgb(84,77,65); }
div.DivClassName
{
background-color: #544D41;
}
.BgClassName
{
background-color: #544D41;
}
</style>
border-color css
<style>
span { border-color: #544D41; }
span { border-color: rgb(84,77,65); }
td.TdClassName
{
border-color: #544D41;
}
.TagClassName
{
border-color: #544D41;
}
</style>