Shades of Matterhorn #544B49
Tints of Matterhorn #544B49
RGB
CMYK
RGB Variations
Color information
#544B49 (or 0x544B49) is known color: Matterhorn. HEX triplet: 54, 4B and 49. RGB value is (84,75,73). Sum of RGB (Red+Green+Blue) = 84+75+73=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #544B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B49 is #ABB4B6. Grayscale: #4D4D4D. Windows color (decimal): -11252919 or 4803412. OLE color: 4803412.
HSL color Cylindrical-coordinate representation of color #544B49: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #544B49 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 73 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.67 |
| HSL | 10.91º | 0.07% | 0.31% | - |
| HSV(B) | 10.91º | 0.13% | 0.33% | - |
| XYZ | 7.37 | 7.4 | 7.34 | - |
| YUV | 77.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 73 | 0 | 0.11 | 0.13 | 0.67 | 10.91 | 0.07 | 0.31 |
| Hex | 54 | 4B | 49 | 0 | B | D | 43 | B | 7 | 1F |
| Octal | 124 | 113 | 111 | 0 | 13 | 15 | 103 | 13 | 7 | 37 |
| Binary | 1010100 | 1001011 | 1001001 | 0 | 1011 | 1101 | 1000011 | 1011 | 111 | 11111 |
Color Harmonies of #544B49
Complementary color
Monochromatic Colors of #544B49
Black with #544B49
Text Example
Text Example
White with #544B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B49; }
p { color: rgb(84,75,73); }
H1.HeaderClassName
{
color: #544B49;
}
.AnyTagClassName
{
color: #544B49;
}
</style>
background-color css
<style>
a { background-color: #544B49; }
a { background-color: rgb(84,75,73); }
div.DivClassName
{
background-color: #544B49;
}
.BgClassName
{
background-color: #544B49;
}
</style>
border-color css
<style>
span { border-color: #544B49; }
span { border-color: rgb(84,75,73); }
td.TdClassName
{
border-color: #544B49;
}
.TagClassName
{
border-color: #544B49;
}
</style>