Shades of Mondo #544F47
Tints of Mondo #544F47
RGB
CMYK
RGB Variations
Color information
#544F47 (or 0x544F47) is known color: Mondo. HEX triplet: 54, 4F and 47. RGB value is (84,79,71). Sum of RGB (Red+Green+Blue) = 84+79+71=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #544F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F47 is #ABB0B8. Grayscale: #4F4F4F. Windows color (decimal): -11251897 or 4673364. OLE color: 4673364.
HSL color Cylindrical-coordinate representation of color #544F47: hue angle of 36.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #544F47 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 71 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.67 |
| HSL | 36.92º | 0.08% | 0.3% | - |
| HSV(B) | 36.92º | 0.15% | 0.33% | - |
| XYZ | 7.59 | 7.93 | 7.09 | - |
| YUV | 79.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 71 | 0 | 0.06 | 0.15 | 0.67 | 36.92 | 0.08 | 0.3 |
| Hex | 54 | 4F | 47 | 0 | 6 | F | 43 | 25 | 8 | 1E |
| Octal | 124 | 117 | 107 | 0 | 6 | 17 | 103 | 45 | 10 | 36 |
| Binary | 1010100 | 1001111 | 1000111 | 0 | 110 | 1111 | 1000011 | 100101 | 1000 | 11110 |
Color Harmonies of #544F47
Complementary color
Monochromatic Colors of #544F47
Black with #544F47
Text Example
Text Example
White with #544F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F47; }
p { color: rgb(84,79,71); }
H1.HeaderClassName
{
color: #544F47;
}
.AnyTagClassName
{
color: #544F47;
}
</style>
background-color css
<style>
a { background-color: #544F47; }
a { background-color: rgb(84,79,71); }
div.DivClassName
{
background-color: #544F47;
}
.BgClassName
{
background-color: #544F47;
}
</style>
border-color css
<style>
span { border-color: #544F47; }
span { border-color: rgb(84,79,71); }
td.TdClassName
{
border-color: #544F47;
}
.TagClassName
{
border-color: #544F47;
}
</style>