Shades of Matterhorn #584D4C
Tints of Matterhorn #584D4C
RGB
CMYK
RGB Variations
Color information
#584D4C (or 0x584D4C) is known color: Matterhorn. HEX triplet: 58, 4D and 4C. RGB value is (88,77,76). Sum of RGB (Red+Green+Blue) = 88+77+76=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D4C is #A7B2B3. Grayscale: #505050. Windows color (decimal): -10990260 or 5000536. OLE color: 5000536.
HSL color Cylindrical-coordinate representation of color #584D4C: hue angle of 5º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #584D4C is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 76 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.65 |
| HSL | 5º | 0.07% | 0.32% | - |
| HSV(B) | 5º | 0.14% | 0.35% | - |
| XYZ | 7.98 | 7.9 | 7.94 | - |
| YUV | 80.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 76 | 0 | 0.12 | 0.14 | 0.65 | 5 | 0.07 | 0.32 |
| Hex | 58 | 4D | 4C | 0 | C | E | 41 | 5 | 7 | 20 |
| Octal | 130 | 115 | 114 | 0 | 14 | 16 | 101 | 5 | 7 | 40 |
| Binary | 1011000 | 1001101 | 1001100 | 0 | 1100 | 1110 | 1000001 | 101 | 111 | 100000 |
Color Harmonies of #584D4C
Complementary color
Monochromatic Colors of #584D4C
Black with #584D4C
Text Example
Text Example
White with #584D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D4C; }
p { color: rgb(88,77,76); }
H1.HeaderClassName
{
color: #584D4C;
}
.AnyTagClassName
{
color: #584D4C;
}
</style>
background-color css
<style>
a { background-color: #584D4C; }
a { background-color: rgb(88,77,76); }
div.DivClassName
{
background-color: #584D4C;
}
.BgClassName
{
background-color: #584D4C;
}
</style>
border-color css
<style>
span { border-color: #584D4C; }
span { border-color: rgb(88,77,76); }
td.TdClassName
{
border-color: #584D4C;
}
.TagClassName
{
border-color: #584D4C;
}
</style>