Shades of Mortar #594D4E
Tints of Mortar #594D4E
RGB
CMYK
RGB Variations
Color information
#594D4E (or 0x594D4E) is known color: Mortar. HEX triplet: 59, 4D and 4E. RGB value is (89,77,78). Sum of RGB (Red+Green+Blue) = 89+77+78=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D4E is #A6B2B1. Grayscale: #505050. Windows color (decimal): -10924722 or 5131609. OLE color: 5131609.
HSL color Cylindrical-coordinate representation of color #594D4E: hue angle of 355º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594D4E is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 78 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.65 |
| HSL | 355º | 0.07% | 0.33% | - |
| HSV(B) | 355º | 0.13% | 0.35% | - |
| XYZ | 8.15 | 7.98 | 8.32 | - |
| YUV | 80.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 78 | 0 | 0.13 | 0.12 | 0.65 | 355 | 0.07 | 0.33 |
| Hex | 59 | 4D | 4E | 0 | D | C | 41 | 163 | 7 | 21 |
| Octal | 131 | 115 | 116 | 0 | 15 | 14 | 101 | 543 | 7 | 41 |
| Binary | 1011001 | 1001101 | 1001110 | 0 | 1101 | 1100 | 1000001 | 101100011 | 111 | 100001 |
Color Harmonies of #594D4E
Complementary color
Monochromatic Colors of #594D4E
Black with #594D4E
Text Example
Text Example
White with #594D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D4E; }
p { color: rgb(89,77,78); }
H1.HeaderClassName
{
color: #594D4E;
}
.AnyTagClassName
{
color: #594D4E;
}
</style>
background-color css
<style>
a { background-color: #594D4E; }
a { background-color: rgb(89,77,78); }
div.DivClassName
{
background-color: #594D4E;
}
.BgClassName
{
background-color: #594D4E;
}
</style>
border-color css
<style>
span { border-color: #594D4E; }
span { border-color: rgb(89,77,78); }
td.TdClassName
{
border-color: #594D4E;
}
.TagClassName
{
border-color: #594D4E;
}
</style>