Shades of Matterhorn #554949
Tints of Matterhorn #554949
RGB
CMYK
RGB Variations
Color information
#554949 (or 0x554949) is known color: Matterhorn. HEX triplet: 55, 49 and 49. RGB value is (85,73,73). Sum of RGB (Red+Green+Blue) = 85+73+73=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554949 is #AAB6B6. Grayscale: #4C4C4C. Windows color (decimal): -11187895 or 4802901. OLE color: 4802901.
HSL color Cylindrical-coordinate representation of color #554949: hue angle of 0º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554949 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 73 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.67 |
| HSL | 0º | 0.08% | 0.31% | - |
| HSV(B) | 0º | 0.14% | 0.33% | - |
| XYZ | 7.33 | 7.18 | 7.3 | - |
| YUV | 76.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 73 | 0 | 0.14 | 0.14 | 0.67 | 0 | 0.08 | 0.31 |
| Hex | 55 | 49 | 49 | 0 | E | E | 43 | 0 | 8 | 1F |
| Octal | 125 | 111 | 111 | 0 | 16 | 16 | 103 | 0 | 10 | 37 |
| Binary | 1010101 | 1001001 | 1001001 | 0 | 1110 | 1110 | 1000011 | 0 | 1000 | 11111 |
Color Harmonies of #554949
Complementary color
Monochromatic Colors of #554949
Black with #554949
Text Example
Text Example
White with #554949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554949; }
p { color: rgb(85,73,73); }
H1.HeaderClassName
{
color: #554949;
}
.AnyTagClassName
{
color: #554949;
}
</style>
background-color css
<style>
a { background-color: #554949; }
a { background-color: rgb(85,73,73); }
div.DivClassName
{
background-color: #554949;
}
.BgClassName
{
background-color: #554949;
}
</style>
border-color css
<style>
span { border-color: #554949; }
span { border-color: rgb(85,73,73); }
td.TdClassName
{
border-color: #554949;
}
.TagClassName
{
border-color: #554949;
}
</style>