Shades of Matterhorn #524A4A
Tints of Matterhorn #524A4A
RGB
CMYK
RGB Variations
Color information
#524A4A (or 0x524A4A) is known color: Matterhorn. HEX triplet: 52, 4A and 4A. RGB value is (82,74,74). Sum of RGB (Red+Green+Blue) = 82+74+74=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #524A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A4A is #ADB5B5. Grayscale: #4C4C4C. Windows color (decimal): -11384246 or 4868690. OLE color: 4868690.
HSL color Cylindrical-coordinate representation of color #524A4A: hue angle of 0º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524A4A is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 74 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.68 |
| HSL | 0º | 0.05% | 0.31% | - |
| HSV(B) | 0º | 0.1% | 0.32% | - |
| XYZ | 7.16 | 7.19 | 7.49 | - |
| YUV | 76.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 74 | 0 | 0.10 | 0.10 | 0.68 | 0 | 0.05 | 0.31 |
| Hex | 52 | 4A | 4A | 0 | A | A | 44 | 0 | 5 | 1F |
| Octal | 122 | 112 | 112 | 0 | 12 | 12 | 104 | 0 | 5 | 37 |
| Binary | 1010010 | 1001010 | 1001010 | 0 | 1010 | 1010 | 1000100 | 0 | 101 | 11111 |
Color Harmonies of #524A4A
Complementary color
Monochromatic Colors of #524A4A
Black with #524A4A
Text Example
Text Example
White with #524A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A4A; }
p { color: rgb(82,74,74); }
H1.HeaderClassName
{
color: #524A4A;
}
.AnyTagClassName
{
color: #524A4A;
}
</style>
background-color css
<style>
a { background-color: #524A4A; }
a { background-color: rgb(82,74,74); }
div.DivClassName
{
background-color: #524A4A;
}
.BgClassName
{
background-color: #524A4A;
}
</style>
border-color css
<style>
span { border-color: #524A4A; }
span { border-color: rgb(82,74,74); }
td.TdClassName
{
border-color: #524A4A;
}
.TagClassName
{
border-color: #524A4A;
}
</style>