Shades of Matterhorn #524A49
Tints of Matterhorn #524A49
RGB
CMYK
RGB Variations
Color information
#524A49 (or 0x524A49) is known color: Matterhorn. HEX triplet: 52, 4A and 49. RGB value is (82,74,73). Sum of RGB (Red+Green+Blue) = 82+74+73=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #524A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A49 is #ADB5B6. Grayscale: #4C4C4C. Windows color (decimal): -11384247 or 4803154. OLE color: 4803154.
HSL color Cylindrical-coordinate representation of color #524A49: hue angle of 6.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #524A49 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 73 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.68 |
| HSL | 6.67º | 0.06% | 0.3% | - |
| HSV(B) | 6.67º | 0.11% | 0.32% | - |
| XYZ | 7.13 | 7.17 | 7.31 | - |
| YUV | 76.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 73 | 0 | 0.10 | 0.11 | 0.68 | 6.67 | 0.06 | 0.3 |
| Hex | 52 | 4A | 49 | 0 | A | B | 44 | 7 | 6 | 1E |
| Octal | 122 | 112 | 111 | 0 | 12 | 13 | 104 | 7 | 6 | 36 |
| Binary | 1010010 | 1001010 | 1001001 | 0 | 1010 | 1011 | 1000100 | 111 | 110 | 11110 |
Color Harmonies of #524A49
Complementary color
Monochromatic Colors of #524A49
Black with #524A49
Text Example
Text Example
White with #524A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A49; }
p { color: rgb(82,74,73); }
H1.HeaderClassName
{
color: #524A49;
}
.AnyTagClassName
{
color: #524A49;
}
</style>
background-color css
<style>
a { background-color: #524A49; }
a { background-color: rgb(82,74,73); }
div.DivClassName
{
background-color: #524A49;
}
.BgClassName
{
background-color: #524A49;
}
</style>
border-color css
<style>
span { border-color: #524A49; }
span { border-color: rgb(82,74,73); }
td.TdClassName
{
border-color: #524A49;
}
.TagClassName
{
border-color: #524A49;
}
</style>