Shades of Matterhorn #534848
Tints of Matterhorn #534848
RGB
CMYK
RGB Variations
Color information
#534848 (or 0x534848) is known color: Matterhorn. HEX triplet: 53, 48 and 48. RGB value is (83,72,72). Sum of RGB (Red+Green+Blue) = 83+72+72=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534848 is #ACB7B7. Grayscale: #4B4B4B. Windows color (decimal): -11319224 or 4737107. OLE color: 4737107.
HSL color Cylindrical-coordinate representation of color #534848: hue angle of 0º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534848 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 72 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.67 |
| HSL | 0º | 0.07% | 0.3% | - |
| HSV(B) | 0º | 0.13% | 0.33% | - |
| XYZ | 7.05 | 6.94 | 7.1 | - |
| YUV | 75.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 72 | 0 | 0.13 | 0.13 | 0.67 | 0 | 0.07 | 0.3 |
| Hex | 53 | 48 | 48 | 0 | D | D | 43 | 0 | 7 | 1E |
| Octal | 123 | 110 | 110 | 0 | 15 | 15 | 103 | 0 | 7 | 36 |
| Binary | 1010011 | 1001000 | 1001000 | 0 | 1101 | 1101 | 1000011 | 0 | 111 | 11110 |
Color Harmonies of #534848
Complementary color
Monochromatic Colors of #534848
Black with #534848
Text Example
Text Example
White with #534848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534848; }
p { color: rgb(83,72,72); }
H1.HeaderClassName
{
color: #534848;
}
.AnyTagClassName
{
color: #534848;
}
</style>
background-color css
<style>
a { background-color: #534848; }
a { background-color: rgb(83,72,72); }
div.DivClassName
{
background-color: #534848;
}
.BgClassName
{
background-color: #534848;
}
</style>
border-color css
<style>
span { border-color: #534848; }
span { border-color: rgb(83,72,72); }
td.TdClassName
{
border-color: #534848;
}
.TagClassName
{
border-color: #534848;
}
</style>