Shades of Matterhorn #5A4C4C
Tints of Matterhorn #5A4C4C
RGB
CMYK
RGB Variations
Color information
#5A4C4C (or 0x5A4C4C) is known color: Matterhorn. HEX triplet: 5A, 4C and 4C. RGB value is (90,76,76). Sum of RGB (Red+Green+Blue) = 90+76+76=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C4C is #A5B3B3. Grayscale: #505050. Windows color (decimal): -10859444 or 5000282. OLE color: 5000282.
HSL color Cylindrical-coordinate representation of color #5A4C4C: hue angle of 0º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A4C4C is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 76 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.65 |
| HSL | 0º | 0.08% | 0.33% | - |
| HSV(B) | 0º | 0.16% | 0.35% | - |
| XYZ | 8.11 | 7.86 | 7.93 | - |
| YUV | 80.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 76 | 0 | 0.16 | 0.16 | 0.65 | 0 | 0.08 | 0.33 |
| Hex | 5A | 4C | 4C | 0 | 10 | 10 | 41 | 0 | 8 | 21 |
| Octal | 132 | 114 | 114 | 0 | 20 | 20 | 101 | 0 | 10 | 41 |
| Binary | 1011010 | 1001100 | 1001100 | 0 | 10000 | 10000 | 1000001 | 0 | 1000 | 100001 |
Color Harmonies of #5A4C4C
Complementary color
Monochromatic Colors of #5A4C4C
Black with #5A4C4C
Text Example
Text Example
White with #5A4C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C4C; }
p { color: rgb(90,76,76); }
H1.HeaderClassName
{
color: #5A4C4C;
}
.AnyTagClassName
{
color: #5A4C4C;
}
</style>
background-color css
<style>
a { background-color: #5A4C4C; }
a { background-color: rgb(90,76,76); }
div.DivClassName
{
background-color: #5A4C4C;
}
.BgClassName
{
background-color: #5A4C4C;
}
</style>
border-color css
<style>
span { border-color: #5A4C4C; }
span { border-color: rgb(90,76,76); }
td.TdClassName
{
border-color: #5A4C4C;
}
.TagClassName
{
border-color: #5A4C4C;
}
</style>