Shades of Matterhorn #574A48
Tints of Matterhorn #574A48
RGB
CMYK
RGB Variations
Color information
#574A48 (or 0x574A48) is known color: Matterhorn. HEX triplet: 57, 4A and 48. RGB value is (87,74,72). Sum of RGB (Red+Green+Blue) = 87+74+72=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #574A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A48 is #A8B5B7. Grayscale: #4D4D4D. Windows color (decimal): -11056568 or 4737623. OLE color: 4737623.
HSL color Cylindrical-coordinate representation of color #574A48: hue angle of 8º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574A48 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 72 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.66 |
| HSL | 8º | 0.09% | 0.31% | - |
| HSV(B) | 8º | 0.17% | 0.34% | - |
| XYZ | 7.55 | 7.39 | 7.16 | - |
| YUV | 77.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 72 | 0 | 0.15 | 0.17 | 0.66 | 8 | 0.09 | 0.31 |
| Hex | 57 | 4A | 48 | 0 | F | 11 | 42 | 8 | 9 | 1F |
| Octal | 127 | 112 | 110 | 0 | 17 | 21 | 102 | 10 | 11 | 37 |
| Binary | 1010111 | 1001010 | 1001000 | 0 | 1111 | 10001 | 1000010 | 1000 | 1001 | 11111 |
Color Harmonies of #574A48
Complementary color
Monochromatic Colors of #574A48
Black with #574A48
Text Example
Text Example
White with #574A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A48; }
p { color: rgb(87,74,72); }
H1.HeaderClassName
{
color: #574A48;
}
.AnyTagClassName
{
color: #574A48;
}
</style>
background-color css
<style>
a { background-color: #574A48; }
a { background-color: rgb(87,74,72); }
div.DivClassName
{
background-color: #574A48;
}
.BgClassName
{
background-color: #574A48;
}
</style>
border-color css
<style>
span { border-color: #574A48; }
span { border-color: rgb(87,74,72); }
td.TdClassName
{
border-color: #574A48;
}
.TagClassName
{
border-color: #574A48;
}
</style>