Shades of Matterhorn #574B4A
Tints of Matterhorn #574B4A
RGB
CMYK
RGB Variations
Color information
#574B4A (or 0x574B4A) is known color: Matterhorn. HEX triplet: 57, 4B and 4A. RGB value is (87,75,74). Sum of RGB (Red+Green+Blue) = 87+75+74=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B4A is #A8B4B5. Grayscale: #4E4E4E. Windows color (decimal): -11056310 or 4868951. OLE color: 4868951.
HSL color Cylindrical-coordinate representation of color #574B4A: hue angle of 4.62º 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 #574B4A is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 74 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.66 |
| HSL | 4.62º | 0.08% | 0.32% | - |
| HSV(B) | 4.62º | 0.15% | 0.34% | - |
| XYZ | 7.68 | 7.55 | 7.53 | - |
| YUV | 78.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 74 | 0 | 0.14 | 0.15 | 0.66 | 4.62 | 0.08 | 0.32 |
| Hex | 57 | 4B | 4A | 0 | E | F | 42 | 5 | 8 | 20 |
| Octal | 127 | 113 | 112 | 0 | 16 | 17 | 102 | 5 | 10 | 40 |
| Binary | 1010111 | 1001011 | 1001010 | 0 | 1110 | 1111 | 1000010 | 101 | 1000 | 100000 |
Color Harmonies of #574B4A
Complementary color
Monochromatic Colors of #574B4A
Black with #574B4A
Text Example
Text Example
White with #574B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B4A; }
p { color: rgb(87,75,74); }
H1.HeaderClassName
{
color: #574B4A;
}
.AnyTagClassName
{
color: #574B4A;
}
</style>
background-color css
<style>
a { background-color: #574B4A; }
a { background-color: rgb(87,75,74); }
div.DivClassName
{
background-color: #574B4A;
}
.BgClassName
{
background-color: #574B4A;
}
</style>
border-color css
<style>
span { border-color: #574B4A; }
span { border-color: rgb(87,75,74); }
td.TdClassName
{
border-color: #574B4A;
}
.TagClassName
{
border-color: #574B4A;
}
</style>