Shades of Matterhorn #534A49
Tints of Matterhorn #534A49
RGB
CMYK
RGB Variations
Color information
#534A49 (or 0x534A49) is known color: Matterhorn. HEX triplet: 53, 4A and 49. RGB value is (83,74,73). Sum of RGB (Red+Green+Blue) = 83+74+73=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A49 is #ACB5B6. Grayscale: #4C4C4C. Windows color (decimal): -11318711 or 4803155. OLE color: 4803155.
HSL color Cylindrical-coordinate representation of color #534A49: hue angle of 6º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534A49 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 73 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.67 |
| HSL | 6º | 0.06% | 0.31% | - |
| HSV(B) | 6º | 0.12% | 0.33% | - |
| XYZ | 7.22 | 7.22 | 7.32 | - |
| YUV | 76.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 73 | 0 | 0.11 | 0.12 | 0.67 | 6 | 0.06 | 0.31 |
| Hex | 53 | 4A | 49 | 0 | B | C | 43 | 6 | 6 | 1F |
| Octal | 123 | 112 | 111 | 0 | 13 | 14 | 103 | 6 | 6 | 37 |
| Binary | 1010011 | 1001010 | 1001001 | 0 | 1011 | 1100 | 1000011 | 110 | 110 | 11111 |
Color Harmonies of #534A49
Complementary color
Monochromatic Colors of #534A49
Black with #534A49
Text Example
Text Example
White with #534A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A49; }
p { color: rgb(83,74,73); }
H1.HeaderClassName
{
color: #534A49;
}
.AnyTagClassName
{
color: #534A49;
}
</style>
background-color css
<style>
a { background-color: #534A49; }
a { background-color: rgb(83,74,73); }
div.DivClassName
{
background-color: #534A49;
}
.BgClassName
{
background-color: #534A49;
}
</style>
border-color css
<style>
span { border-color: #534A49; }
span { border-color: rgb(83,74,73); }
td.TdClassName
{
border-color: #534A49;
}
.TagClassName
{
border-color: #534A49;
}
</style>