Shades of Matterhorn #514C4B
Tints of Matterhorn #514C4B
RGB
CMYK
RGB Variations
Color information
#514C4B (or 0x514C4B) is known color: Matterhorn. HEX triplet: 51, 4C and 4B. RGB value is (81,76,75). Sum of RGB (Red+Green+Blue) = 81+76+75=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C4B is #AEB3B4. Grayscale: #4D4D4D. Windows color (decimal): -11449269 or 4934737. OLE color: 4934737.
HSL color Cylindrical-coordinate representation of color #514C4B: hue angle of 10º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #514C4B is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 75 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.68 |
| HSL | 10º | 0.04% | 0.31% | - |
| HSV(B) | 10º | 0.07% | 0.32% | - |
| XYZ | 7.25 | 7.43 | 7.71 | - |
| YUV | 77.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 75 | 0 | 0.06 | 0.07 | 0.68 | 10 | 0.04 | 0.31 |
| Hex | 51 | 4C | 4B | 0 | 6 | 7 | 44 | A | 4 | 1F |
| Octal | 121 | 114 | 113 | 0 | 6 | 7 | 104 | 12 | 4 | 37 |
| Binary | 1010001 | 1001100 | 1001011 | 0 | 110 | 111 | 1000100 | 1010 | 100 | 11111 |
Color Harmonies of #514C4B
Complementary color
Monochromatic Colors of #514C4B
Black with #514C4B
Text Example
Text Example
White with #514C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C4B; }
p { color: rgb(81,76,75); }
H1.HeaderClassName
{
color: #514C4B;
}
.AnyTagClassName
{
color: #514C4B;
}
</style>
background-color css
<style>
a { background-color: #514C4B; }
a { background-color: rgb(81,76,75); }
div.DivClassName
{
background-color: #514C4B;
}
.BgClassName
{
background-color: #514C4B;
}
</style>
border-color css
<style>
span { border-color: #514C4B; }
span { border-color: rgb(81,76,75); }
td.TdClassName
{
border-color: #514C4B;
}
.TagClassName
{
border-color: #514C4B;
}
</style>