Shades of Matterhorn #544C4C
Tints of Matterhorn #544C4C
RGB
CMYK
RGB Variations
Color information
#544C4C (or 0x544C4C) is known color: Matterhorn. HEX triplet: 54, 4C and 4C. RGB value is (84,76,76). Sum of RGB (Red+Green+Blue) = 84+76+76=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C4C is #ABB3B3. Grayscale: #4E4E4E. Windows color (decimal): -11252660 or 5000276. OLE color: 5000276.
HSL color Cylindrical-coordinate representation of color #544C4C: hue angle of 0º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #544C4C is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 76 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.67 |
| HSL | 0º | 0.05% | 0.31% | - |
| HSV(B) | 0º | 0.1% | 0.33% | - |
| XYZ | 7.55 | 7.58 | 7.9 | - |
| YUV | 78.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 76 | 0 | 0.10 | 0.10 | 0.67 | 0 | 0.05 | 0.31 |
| Hex | 54 | 4C | 4C | 0 | A | A | 43 | 0 | 5 | 1F |
| Octal | 124 | 114 | 114 | 0 | 12 | 12 | 103 | 0 | 5 | 37 |
| Binary | 1010100 | 1001100 | 1001100 | 0 | 1010 | 1010 | 1000011 | 0 | 101 | 11111 |
Color Harmonies of #544C4C
Complementary color
Monochromatic Colors of #544C4C
Black with #544C4C
Text Example
Text Example
White with #544C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C4C; }
p { color: rgb(84,76,76); }
H1.HeaderClassName
{
color: #544C4C;
}
.AnyTagClassName
{
color: #544C4C;
}
</style>
background-color css
<style>
a { background-color: #544C4C; }
a { background-color: rgb(84,76,76); }
div.DivClassName
{
background-color: #544C4C;
}
.BgClassName
{
background-color: #544C4C;
}
</style>
border-color css
<style>
span { border-color: #544C4C; }
span { border-color: rgb(84,76,76); }
td.TdClassName
{
border-color: #544C4C;
}
.TagClassName
{
border-color: #544C4C;
}
</style>