Shades of Matterhorn #534B4B
Tints of Matterhorn #534B4B
RGB
CMYK
RGB Variations
Color information
#534B4B (or 0x534B4B) is known color: Matterhorn. HEX triplet: 53, 4B and 4B. RGB value is (83,75,75). Sum of RGB (Red+Green+Blue) = 83+75+75=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B4B is #ACB4B4. Grayscale: #4D4D4D. Windows color (decimal): -11318453 or 4934483. OLE color: 4934483.
HSL color Cylindrical-coordinate representation of color #534B4B: 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 #534B4B is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 75 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.67 |
| HSL | 0º | 0.05% | 0.31% | - |
| HSV(B) | 0º | 0.1% | 0.33% | - |
| XYZ | 7.35 | 7.38 | 7.69 | - |
| YUV | 77.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 75 | 0 | 0.10 | 0.10 | 0.67 | 0 | 0.05 | 0.31 |
| Hex | 53 | 4B | 4B | 0 | A | A | 43 | 0 | 5 | 1F |
| Octal | 123 | 113 | 113 | 0 | 12 | 12 | 103 | 0 | 5 | 37 |
| Binary | 1010011 | 1001011 | 1001011 | 0 | 1010 | 1010 | 1000011 | 0 | 101 | 11111 |
Color Harmonies of #534B4B
Complementary color
Monochromatic Colors of #534B4B
Black with #534B4B
Text Example
Text Example
White with #534B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B4B; }
p { color: rgb(83,75,75); }
H1.HeaderClassName
{
color: #534B4B;
}
.AnyTagClassName
{
color: #534B4B;
}
</style>
background-color css
<style>
a { background-color: #534B4B; }
a { background-color: rgb(83,75,75); }
div.DivClassName
{
background-color: #534B4B;
}
.BgClassName
{
background-color: #534B4B;
}
</style>
border-color css
<style>
span { border-color: #534B4B; }
span { border-color: rgb(83,75,75); }
td.TdClassName
{
border-color: #534B4B;
}
.TagClassName
{
border-color: #534B4B;
}
</style>