Shades of Matterhorn #554A48
Tints of Matterhorn #554A48
RGB
CMYK
RGB Variations
Color information
#554A48 (or 0x554A48) is known color: Matterhorn. HEX triplet: 55, 4A and 48. RGB value is (85,74,72). Sum of RGB (Red+Green+Blue) = 85+74+72=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A48 is #AAB5B7. Grayscale: #4D4D4D. Windows color (decimal): -11187640 or 4737621. OLE color: 4737621.
HSL color Cylindrical-coordinate representation of color #554A48: hue angle of 9.23º 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 #554A48 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 72 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.67 |
| HSL | 9.23º | 0.08% | 0.31% | - |
| HSV(B) | 9.23º | 0.15% | 0.33% | - |
| XYZ | 7.36 | 7.3 | 7.15 | - |
| YUV | 77.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 72 | 0 | 0.13 | 0.15 | 0.67 | 9.23 | 0.08 | 0.31 |
| Hex | 55 | 4A | 48 | 0 | D | F | 43 | 9 | 8 | 1F |
| Octal | 125 | 112 | 110 | 0 | 15 | 17 | 103 | 11 | 10 | 37 |
| Binary | 1010101 | 1001010 | 1001000 | 0 | 1101 | 1111 | 1000011 | 1001 | 1000 | 11111 |
Color Harmonies of #554A48
Complementary color
Monochromatic Colors of #554A48
Black with #554A48
Text Example
Text Example
White with #554A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A48; }
p { color: rgb(85,74,72); }
H1.HeaderClassName
{
color: #554A48;
}
.AnyTagClassName
{
color: #554A48;
}
</style>
background-color css
<style>
a { background-color: #554A48; }
a { background-color: rgb(85,74,72); }
div.DivClassName
{
background-color: #554A48;
}
.BgClassName
{
background-color: #554A48;
}
</style>
border-color css
<style>
span { border-color: #554A48; }
span { border-color: rgb(85,74,72); }
td.TdClassName
{
border-color: #554A48;
}
.TagClassName
{
border-color: #554A48;
}
</style>