Shades of Mortar #544D4F
Tints of Mortar #544D4F
RGB
CMYK
RGB Variations
Color information
#544D4F (or 0x544D4F) is known color: Mortar. HEX triplet: 54, 4D and 4F. RGB value is (84,77,79). Sum of RGB (Red+Green+Blue) = 84+77+79=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #544D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D4F is #ABB2B0. Grayscale: #4F4F4F. Windows color (decimal): -11252401 or 5197140. OLE color: 5197140.
HSL color Cylindrical-coordinate representation of color #544D4F: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #544D4F is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 79 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.67 |
| HSL | 342.86º | 0.04% | 0.32% | - |
| HSV(B) | 342.86º | 0.08% | 0.33% | - |
| XYZ | 7.72 | 7.76 | 8.49 | - |
| YUV | 79.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 79 | 0 | 0.08 | 0.06 | 0.67 | 342.86 | 0.04 | 0.32 |
| Hex | 54 | 4D | 4F | 0 | 8 | 6 | 43 | 157 | 4 | 20 |
| Octal | 124 | 115 | 117 | 0 | 10 | 6 | 103 | 527 | 4 | 40 |
| Binary | 1010100 | 1001101 | 1001111 | 0 | 1000 | 110 | 1000011 | 101010111 | 100 | 100000 |
Color Harmonies of #544D4F
Complementary color
Monochromatic Colors of #544D4F
Black with #544D4F
Text Example
Text Example
White with #544D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D4F; }
p { color: rgb(84,77,79); }
H1.HeaderClassName
{
color: #544D4F;
}
.AnyTagClassName
{
color: #544D4F;
}
</style>
background-color css
<style>
a { background-color: #544D4F; }
a { background-color: rgb(84,77,79); }
div.DivClassName
{
background-color: #544D4F;
}
.BgClassName
{
background-color: #544D4F;
}
</style>
border-color css
<style>
span { border-color: #544D4F; }
span { border-color: rgb(84,77,79); }
td.TdClassName
{
border-color: #544D4F;
}
.TagClassName
{
border-color: #544D4F;
}
</style>