Shades of Matterhorn #534E4D
Tints of Matterhorn #534E4D
RGB
CMYK
RGB Variations
Color information
#534E4D (or 0x534E4D) is known color: Matterhorn. HEX triplet: 53, 4E and 4D. RGB value is (83,78,77). Sum of RGB (Red+Green+Blue) = 83+78+77=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #534E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E4D is #ACB1B2. Grayscale: #4F4F4F. Windows color (decimal): -11317683 or 5066323. OLE color: 5066323.
HSL color Cylindrical-coordinate representation of color #534E4D: hue angle of 10º 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 #534E4D is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 78 | 77 | - |
CMYK | 0 | 0.06 | 0.07 | 0.67 |
HSL | 10º | 0.04% | 0.31% | - |
HSV(B) | 10º | 0.07% | 0.33% | - |
XYZ | 7.63 | 7.82 | 8.13 | - |
YUV | 79.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 78 | 77 | 0 | 0.06 | 0.07 | 0.67 | 10 | 0.04 | 0.31 |
Hex | 53 | 4E | 4D | 0 | 6 | 7 | 43 | A | 4 | 1F |
Octal | 123 | 116 | 115 | 0 | 6 | 7 | 103 | 12 | 4 | 37 |
Binary | 1010011 | 1001110 | 1001101 | 0 | 110 | 111 | 1000011 | 1010 | 100 | 11111 |
Color Harmonies of #534E4D
Complementary color
Monochromatic Colors of #534E4D
Black with #534E4D
Text Example
Text Example
White with #534E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E4D; }
p { color: rgb(83,78,77); }
H1.HeaderClassName
{
color: #534E4D;
}
.AnyTagClassName
{
color: #534E4D;
}
</style>
background-color css
<style>
a { background-color: #534E4D; }
a { background-color: rgb(83,78,77); }
div.DivClassName
{
background-color: #534E4D;
}
.BgClassName
{
background-color: #534E4D;
}
</style>
border-color css
<style>
span { border-color: #534E4D; }
span { border-color: rgb(83,78,77); }
td.TdClassName
{
border-color: #534E4D;
}
.TagClassName
{
border-color: #534E4D;
}
</style>