Shades of Matterhorn #534E4E
Tints of Matterhorn #534E4E
RGB
CMYK
RGB Variations
Color information
#534E4E (or 0x534E4E) is known color: Matterhorn. HEX triplet: 53, 4E and 4E. RGB value is (83,78,78). Sum of RGB (Red+Green+Blue) = 83+78+78=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #534E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E4E is #ACB1B1. Grayscale: #4F4F4F. Windows color (decimal): -11317682 or 5131859. OLE color: 5131859.
HSL color Cylindrical-coordinate representation of color #534E4E: hue angle of 0º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #534E4E is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 78 | 78 | - |
CMYK | 0 | 0.06 | 0.06 | 0.67 |
HSL | 0º | 0.03% | 0.32% | - |
HSV(B) | 0º | 0.06% | 0.33% | - |
XYZ | 7.67 | 7.84 | 8.32 | - |
YUV | 79.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 78 | 78 | 0 | 0.06 | 0.06 | 0.67 | 0 | 0.03 | 0.32 |
Hex | 53 | 4E | 4E | 0 | 6 | 6 | 43 | 0 | 3 | 20 |
Octal | 123 | 116 | 116 | 0 | 6 | 6 | 103 | 0 | 3 | 40 |
Binary | 1010011 | 1001110 | 1001110 | 0 | 110 | 110 | 1000011 | 0 | 11 | 100000 |
Color Harmonies of #534E4E
Complementary color
Monochromatic Colors of #534E4E
Black with #534E4E
Text Example
Text Example
White with #534E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E4E; }
p { color: rgb(83,78,78); }
H1.HeaderClassName
{
color: #534E4E;
}
.AnyTagClassName
{
color: #534E4E;
}
</style>
background-color css
<style>
a { background-color: #534E4E; }
a { background-color: rgb(83,78,78); }
div.DivClassName
{
background-color: #534E4E;
}
.BgClassName
{
background-color: #534E4E;
}
</style>
border-color css
<style>
span { border-color: #534E4E; }
span { border-color: rgb(83,78,78); }
td.TdClassName
{
border-color: #534E4E;
}
.TagClassName
{
border-color: #534E4E;
}
</style>