Shades of Mondo #544B41
Tints of Mondo #544B41
RGB
CMYK
RGB Variations
Color information
#544B41 (or 0x544B41) is known color: Mondo. HEX triplet: 54, 4B and 41. RGB value is (84,75,65). Sum of RGB (Red+Green+Blue) = 84+75+65=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B41 is #ABB4BE. Grayscale: #4C4C4C. Windows color (decimal): -11252927 or 4279124. OLE color: 4279124.
HSL color Cylindrical-coordinate representation of color #544B41: hue angle of 31.58º 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 #544B41 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 65 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.67 |
| HSL | 31.58º | 0.13% | 0.29% | - |
| HSV(B) | 31.58º | 0.23% | 0.33% | - |
| XYZ | 7.13 | 7.3 | 6.03 | - |
| YUV | 76.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 65 | 0 | 0.11 | 0.23 | 0.67 | 31.58 | 0.13 | 0.29 |
| Hex | 54 | 4B | 41 | 0 | B | 17 | 43 | 20 | D | 1D |
| Octal | 124 | 113 | 101 | 0 | 13 | 27 | 103 | 40 | 15 | 35 |
| Binary | 1010100 | 1001011 | 1000001 | 0 | 1011 | 10111 | 1000011 | 100000 | 1101 | 11101 |
Color Harmonies of #544B41
Complementary color
Monochromatic Colors of #544B41
Black with #544B41
Text Example
Text Example
White with #544B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B41; }
p { color: rgb(84,75,65); }
H1.HeaderClassName
{
color: #544B41;
}
.AnyTagClassName
{
color: #544B41;
}
</style>
background-color css
<style>
a { background-color: #544B41; }
a { background-color: rgb(84,75,65); }
div.DivClassName
{
background-color: #544B41;
}
.BgClassName
{
background-color: #544B41;
}
</style>
border-color css
<style>
span { border-color: #544B41; }
span { border-color: rgb(84,75,65); }
td.TdClassName
{
border-color: #544B41;
}
.TagClassName
{
border-color: #544B41;
}
</style>