Shades of Matterhorn #524C4B
Tints of Matterhorn #524C4B
RGB
CMYK
RGB Variations
Color information
#524C4B (or 0x524C4B) is known color: Matterhorn. HEX triplet: 52, 4C and 4B. RGB value is (82,76,75). Sum of RGB (Red+Green+Blue) = 82+76+75=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C4B is #ADB3B4. Grayscale: #4D4D4D. Windows color (decimal): -11383733 or 4934738. OLE color: 4934738.
HSL color Cylindrical-coordinate representation of color #524C4B: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #524C4B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 75 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.68 |
| HSL | 8.57º | 0.04% | 0.31% | - |
| HSV(B) | 8.57º | 0.09% | 0.32% | - |
| XYZ | 7.33 | 7.47 | 7.71 | - |
| YUV | 77.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 75 | 0 | 0.07 | 0.09 | 0.68 | 8.57 | 0.04 | 0.31 |
| Hex | 52 | 4C | 4B | 0 | 7 | 9 | 44 | 9 | 4 | 1F |
| Octal | 122 | 114 | 113 | 0 | 7 | 11 | 104 | 11 | 4 | 37 |
| Binary | 1010010 | 1001100 | 1001011 | 0 | 111 | 1001 | 1000100 | 1001 | 100 | 11111 |
Color Harmonies of #524C4B
Complementary color
Monochromatic Colors of #524C4B
Black with #524C4B
Text Example
Text Example
White with #524C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C4B; }
p { color: rgb(82,76,75); }
H1.HeaderClassName
{
color: #524C4B;
}
.AnyTagClassName
{
color: #524C4B;
}
</style>
background-color css
<style>
a { background-color: #524C4B; }
a { background-color: rgb(82,76,75); }
div.DivClassName
{
background-color: #524C4B;
}
.BgClassName
{
background-color: #524C4B;
}
</style>
border-color css
<style>
span { border-color: #524C4B; }
span { border-color: rgb(82,76,75); }
td.TdClassName
{
border-color: #524C4B;
}
.TagClassName
{
border-color: #524C4B;
}
</style>