Shades of Matterhorn #534C4B
Tints of Matterhorn #534C4B
RGB
CMYK
RGB Variations
Color information
#534C4B (or 0x534C4B) is known color: Matterhorn. HEX triplet: 53, 4C and 4B. RGB value is (83,76,75). Sum of RGB (Red+Green+Blue) = 83+76+75=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C4B is #ACB3B4. Grayscale: #4D4D4D. Windows color (decimal): -11318197 or 4934739. OLE color: 4934739.
HSL color Cylindrical-coordinate representation of color #534C4B: hue angle of 7.5º 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 #534C4B is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 75 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.67 |
| HSL | 7.5º | 0.05% | 0.31% | - |
| HSV(B) | 7.5º | 0.1% | 0.33% | - |
| XYZ | 7.42 | 7.52 | 7.72 | - |
| YUV | 77.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 75 | 0 | 0.08 | 0.10 | 0.67 | 7.5 | 0.05 | 0.31 |
| Hex | 53 | 4C | 4B | 0 | 8 | A | 43 | 8 | 5 | 1F |
| Octal | 123 | 114 | 113 | 0 | 10 | 12 | 103 | 10 | 5 | 37 |
| Binary | 1010011 | 1001100 | 1001011 | 0 | 1000 | 1010 | 1000011 | 1000 | 101 | 11111 |
Color Harmonies of #534C4B
Complementary color
Monochromatic Colors of #534C4B
Black with #534C4B
Text Example
Text Example
White with #534C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C4B; }
p { color: rgb(83,76,75); }
H1.HeaderClassName
{
color: #534C4B;
}
.AnyTagClassName
{
color: #534C4B;
}
</style>
background-color css
<style>
a { background-color: #534C4B; }
a { background-color: rgb(83,76,75); }
div.DivClassName
{
background-color: #534C4B;
}
.BgClassName
{
background-color: #534C4B;
}
</style>
border-color css
<style>
span { border-color: #534C4B; }
span { border-color: rgb(83,76,75); }
td.TdClassName
{
border-color: #534C4B;
}
.TagClassName
{
border-color: #534C4B;
}
</style>