Shades of Mortar #544B4D
Tints of Mortar #544B4D
RGB
CMYK
RGB Variations
Color information
#544B4D (or 0x544B4D) is known color: Mortar. HEX triplet: 54, 4B and 4D. RGB value is (84,75,77). Sum of RGB (Red+Green+Blue) = 84+75+77=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B4D is #ABB4B2. Grayscale: #4D4D4D. Windows color (decimal): -11252915 or 5065556. OLE color: 5065556.
HSL color Cylindrical-coordinate representation of color #544B4D: hue angle of 346.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #544B4D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 77 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.67 |
| HSL | 346.67º | 0.06% | 0.31% | - |
| HSV(B) | 346.67º | 0.11% | 0.33% | - |
| XYZ | 7.51 | 7.45 | 8.06 | - |
| YUV | 77.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 77 | 0 | 0.11 | 0.08 | 0.67 | 346.67 | 0.06 | 0.31 |
| Hex | 54 | 4B | 4D | 0 | B | 8 | 43 | 15B | 6 | 1F |
| Octal | 124 | 113 | 115 | 0 | 13 | 10 | 103 | 533 | 6 | 37 |
| Binary | 1010100 | 1001011 | 1001101 | 0 | 1011 | 1000 | 1000011 | 101011011 | 110 | 11111 |
Color Harmonies of #544B4D
Complementary color
Monochromatic Colors of #544B4D
Black with #544B4D
Text Example
Text Example
White with #544B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B4D; }
p { color: rgb(84,75,77); }
H1.HeaderClassName
{
color: #544B4D;
}
.AnyTagClassName
{
color: #544B4D;
}
</style>
background-color css
<style>
a { background-color: #544B4D; }
a { background-color: rgb(84,75,77); }
div.DivClassName
{
background-color: #544B4D;
}
.BgClassName
{
background-color: #544B4D;
}
</style>
border-color css
<style>
span { border-color: #544B4D; }
span { border-color: rgb(84,75,77); }
td.TdClassName
{
border-color: #544B4D;
}
.TagClassName
{
border-color: #544B4D;
}
</style>