Shades of Matterhorn #594F4E
Tints of Matterhorn #594F4E
RGB
CMYK
RGB Variations
Color information
#594F4E (or 0x594F4E) is known color: Matterhorn. HEX triplet: 59, 4F and 4E. RGB value is (89,79,78). Sum of RGB (Red+Green+Blue) = 89+79+78=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 89 - color contains mainly: red. Hex color #594F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F4E is #A6B0B1. Grayscale: #515151. Windows color (decimal): -10924210 or 5132121. OLE color: 5132121.
HSL color Cylindrical-coordinate representation of color #594F4E: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #594F4E is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 78 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.65 |
| HSL | 5.45º | 0.07% | 0.33% | - |
| HSV(B) | 5.45º | 0.12% | 0.35% | - |
| XYZ | 8.29 | 8.27 | 8.37 | - |
| YUV | 81.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 78 | 0 | 0.11 | 0.12 | 0.65 | 5.45 | 0.07 | 0.33 |
| Hex | 59 | 4F | 4E | 0 | B | C | 41 | 5 | 7 | 21 |
| Octal | 131 | 117 | 116 | 0 | 13 | 14 | 101 | 5 | 7 | 41 |
| Binary | 1011001 | 1001111 | 1001110 | 0 | 1011 | 1100 | 1000001 | 101 | 111 | 100001 |
Color Harmonies of #594F4E
Complementary color
Monochromatic Colors of #594F4E
Black with #594F4E
Text Example
Text Example
White with #594F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F4E; }
p { color: rgb(89,79,78); }
H1.HeaderClassName
{
color: #594F4E;
}
.AnyTagClassName
{
color: #594F4E;
}
</style>
background-color css
<style>
a { background-color: #594F4E; }
a { background-color: rgb(89,79,78); }
div.DivClassName
{
background-color: #594F4E;
}
.BgClassName
{
background-color: #594F4E;
}
</style>
border-color css
<style>
span { border-color: #594F4E; }
span { border-color: rgb(89,79,78); }
td.TdClassName
{
border-color: #594F4E;
}
.TagClassName
{
border-color: #594F4E;
}
</style>