Shades of Mortar #544E4F
Tints of Mortar #544E4F
RGB
CMYK
RGB Variations
Color information
#544E4F (or 0x544E4F) is known color: Mortar. HEX triplet: 54, 4E and 4F. RGB value is (84,78,79). Sum of RGB (Red+Green+Blue) = 84+78+79=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #544E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E4F is #ABB1B0. Grayscale: #4F4F4F. Windows color (decimal): -11252145 or 5197396. OLE color: 5197396.
HSL color Cylindrical-coordinate representation of color #544E4F: hue angle of 350º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #544E4F is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 79 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.67 |
| HSL | 350º | 0.04% | 0.32% | - |
| HSV(B) | 350º | 0.07% | 0.33% | - |
| XYZ | 7.79 | 7.9 | 8.51 | - |
| YUV | 79.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 79 | 0 | 0.07 | 0.06 | 0.67 | 350 | 0.04 | 0.32 |
| Hex | 54 | 4E | 4F | 0 | 7 | 6 | 43 | 15E | 4 | 20 |
| Octal | 124 | 116 | 117 | 0 | 7 | 6 | 103 | 536 | 4 | 40 |
| Binary | 1010100 | 1001110 | 1001111 | 0 | 111 | 110 | 1000011 | 101011110 | 100 | 100000 |
Color Harmonies of #544E4F
Complementary color
Monochromatic Colors of #544E4F
Black with #544E4F
Text Example
Text Example
White with #544E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E4F; }
p { color: rgb(84,78,79); }
H1.HeaderClassName
{
color: #544E4F;
}
.AnyTagClassName
{
color: #544E4F;
}
</style>
background-color css
<style>
a { background-color: #544E4F; }
a { background-color: rgb(84,78,79); }
div.DivClassName
{
background-color: #544E4F;
}
.BgClassName
{
background-color: #544E4F;
}
</style>
border-color css
<style>
span { border-color: #544E4F; }
span { border-color: rgb(84,78,79); }
td.TdClassName
{
border-color: #544E4F;
}
.TagClassName
{
border-color: #544E4F;
}
</style>