Shades of Matterhorn #574A4A
Tints of Matterhorn #574A4A
RGB
CMYK
RGB Variations
Color information
#574A4A (or 0x574A4A) is known color: Matterhorn. HEX triplet: 57, 4A and 4A. RGB value is (87,74,74). Sum of RGB (Red+Green+Blue) = 87+74+74=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A4A is #A8B5B5. Grayscale: #4D4D4D. Windows color (decimal): -11056566 or 4868695. OLE color: 4868695.
HSL color Cylindrical-coordinate representation of color #574A4A: hue angle of 0º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A4A is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 74 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.66 |
| HSL | 0º | 0.08% | 0.32% | - |
| HSV(B) | 0º | 0.15% | 0.34% | - |
| XYZ | 7.62 | 7.42 | 7.51 | - |
| YUV | 77.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 74 | 0 | 0.15 | 0.15 | 0.66 | 0 | 0.08 | 0.32 |
| Hex | 57 | 4A | 4A | 0 | F | F | 42 | 0 | 8 | 20 |
| Octal | 127 | 112 | 112 | 0 | 17 | 17 | 102 | 0 | 10 | 40 |
| Binary | 1010111 | 1001010 | 1001010 | 0 | 1111 | 1111 | 1000010 | 0 | 1000 | 100000 |
Color Harmonies of #574A4A
Complementary color
Monochromatic Colors of #574A4A
Black with #574A4A
Text Example
Text Example
White with #574A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A4A; }
p { color: rgb(87,74,74); }
H1.HeaderClassName
{
color: #574A4A;
}
.AnyTagClassName
{
color: #574A4A;
}
</style>
background-color css
<style>
a { background-color: #574A4A; }
a { background-color: rgb(87,74,74); }
div.DivClassName
{
background-color: #574A4A;
}
.BgClassName
{
background-color: #574A4A;
}
</style>
border-color css
<style>
span { border-color: #574A4A; }
span { border-color: rgb(87,74,74); }
td.TdClassName
{
border-color: #574A4A;
}
.TagClassName
{
border-color: #574A4A;
}
</style>