Shades of Matterhorn #534D4D
Tints of Matterhorn #534D4D
RGB
CMYK
RGB Variations
Color information
#534D4D (or 0x534D4D) is known color: Matterhorn. HEX triplet: 53, 4D and 4D. RGB value is (83,77,77). Sum of RGB (Red+Green+Blue) = 83+77+77=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D4D is #ACB2B2. Grayscale: #4E4E4E. Windows color (decimal): -11317939 or 5066067. OLE color: 5066067.
HSL color Cylindrical-coordinate representation of color #534D4D: hue angle of 0º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #534D4D is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 77 | 77 | - |
CMYK | 0 | 0.07 | 0.07 | 0.67 |
HSL | 0º | 0.04% | 0.31% | - |
HSV(B) | 0º | 0.07% | 0.33% | - |
XYZ | 7.56 | 7.68 | 8.11 | - |
YUV | 78.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 77 | 77 | 0 | 0.07 | 0.07 | 0.67 | 0 | 0.04 | 0.31 |
Hex | 53 | 4D | 4D | 0 | 7 | 7 | 43 | 0 | 4 | 1F |
Octal | 123 | 115 | 115 | 0 | 7 | 7 | 103 | 0 | 4 | 37 |
Binary | 1010011 | 1001101 | 1001101 | 0 | 111 | 111 | 1000011 | 0 | 100 | 11111 |
Color Harmonies of #534D4D
Complementary color
Monochromatic Colors of #534D4D
Black with #534D4D
Text Example
Text Example
White with #534D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D4D; }
p { color: rgb(83,77,77); }
H1.HeaderClassName
{
color: #534D4D;
}
.AnyTagClassName
{
color: #534D4D;
}
</style>
background-color css
<style>
a { background-color: #534D4D; }
a { background-color: rgb(83,77,77); }
div.DivClassName
{
background-color: #534D4D;
}
.BgClassName
{
background-color: #534D4D;
}
</style>
border-color css
<style>
span { border-color: #534D4D; }
span { border-color: rgb(83,77,77); }
td.TdClassName
{
border-color: #534D4D;
}
.TagClassName
{
border-color: #534D4D;
}
</style>