Shades of Matterhorn #534D4C
Tints of Matterhorn #534D4C
RGB
CMYK
RGB Variations
Color information
#534D4C (or 0x534D4C) is known color: Matterhorn. HEX triplet: 53, 4D and 4C. RGB value is (83,77,76). Sum of RGB (Red+Green+Blue) = 83+77+76=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D4C is #ACB2B3. Grayscale: #4E4E4E. Windows color (decimal): -11317940 or 5000531. OLE color: 5000531.
HSL color Cylindrical-coordinate representation of color #534D4C: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #534D4C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 76 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.67 |
| HSL | 8.57º | 0.04% | 0.31% | - |
| HSV(B) | 8.57º | 0.08% | 0.33% | - |
| XYZ | 7.53 | 7.67 | 7.92 | - |
| YUV | 78.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 76 | 0 | 0.07 | 0.08 | 0.67 | 8.57 | 0.04 | 0.31 |
| Hex | 53 | 4D | 4C | 0 | 7 | 8 | 43 | 9 | 4 | 1F |
| Octal | 123 | 115 | 114 | 0 | 7 | 10 | 103 | 11 | 4 | 37 |
| Binary | 1010011 | 1001101 | 1001100 | 0 | 111 | 1000 | 1000011 | 1001 | 100 | 11111 |
Color Harmonies of #534D4C
Complementary color
Monochromatic Colors of #534D4C
Black with #534D4C
Text Example
Text Example
White with #534D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D4C; }
p { color: rgb(83,77,76); }
H1.HeaderClassName
{
color: #534D4C;
}
.AnyTagClassName
{
color: #534D4C;
}
</style>
background-color css
<style>
a { background-color: #534D4C; }
a { background-color: rgb(83,77,76); }
div.DivClassName
{
background-color: #534D4C;
}
.BgClassName
{
background-color: #534D4C;
}
</style>
border-color css
<style>
span { border-color: #534D4C; }
span { border-color: rgb(83,77,76); }
td.TdClassName
{
border-color: #534D4C;
}
.TagClassName
{
border-color: #534D4C;
}
</style>