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