Shades of Matterhorn #594D4D
Tints of Matterhorn #594D4D
RGB
CMYK
RGB Variations
Color information
#594D4D (or 0x594D4D) is known color: Matterhorn. HEX triplet: 59, 4D and 4D. RGB value is (89,77,77). Sum of RGB (Red+Green+Blue) = 89+77+77=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #594D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D4D is #A6B2B2. Grayscale: #505050. Windows color (decimal): -10924723 or 5066073. OLE color: 5066073.
HSL color Cylindrical-coordinate representation of color #594D4D: hue angle of 0º 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 #594D4D is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
RGB | 89 | 77 | 77 | - |
CMYK | 0 | 0.13 | 0.13 | 0.65 |
HSL | 0º | 0.07% | 0.33% | - |
HSV(B) | 0º | 0.13% | 0.35% | - |
XYZ | 8.11 | 7.97 | 8.13 | - |
YUV | 80.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 89 | 77 | 77 | 0 | 0.13 | 0.13 | 0.65 | 0 | 0.07 | 0.33 |
Hex | 59 | 4D | 4D | 0 | D | D | 41 | 0 | 7 | 21 |
Octal | 131 | 115 | 115 | 0 | 15 | 15 | 101 | 0 | 7 | 41 |
Binary | 1011001 | 1001101 | 1001101 | 0 | 1101 | 1101 | 1000001 | 0 | 111 | 100001 |
Color Harmonies of #594D4D
Complementary color
Monochromatic Colors of #594D4D
Black with #594D4D
Text Example
Text Example
White with #594D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D4D; }
p { color: rgb(89,77,77); }
H1.HeaderClassName
{
color: #594D4D;
}
.AnyTagClassName
{
color: #594D4D;
}
</style>
background-color css
<style>
a { background-color: #594D4D; }
a { background-color: rgb(89,77,77); }
div.DivClassName
{
background-color: #594D4D;
}
.BgClassName
{
background-color: #594D4D;
}
</style>
border-color css
<style>
span { border-color: #594D4D; }
span { border-color: rgb(89,77,77); }
td.TdClassName
{
border-color: #594D4D;
}
.TagClassName
{
border-color: #594D4D;
}
</style>