#534D4C

Color #534D4C Matterhorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matterhorn #534D4C

Tints of Matterhorn #534D4C

Color information

#534D4C (or 0x534D4C) is unknown color: approx Matterhorn. HEX triplet: 53, 4D and 4C. RGB value is (83,77,76). Sum of RGB (Red+Green+Blue) = 83+77+76=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D4C is #ACB2B3. Grayscale: #4E4E4E. Windows color (decimal): -11317940 or 5000531. OLE color: 5000531.

HSL color Cylindrical-coordinate representation of color #534D4C: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #534D4C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB837776-
CMYK00.070.080.67
HSL8.57º4.4%31.18%-
HSV(B)8.57º8.43%32.55%-
XYZ7.537.677.92-
YUV78.68126.49131.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=35.17%
G=32.63%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777600.070.080.678.574.431.18
Hex534D4C07843941f
Octal123115114071010311437
Binary101001110011011001100011110001000011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D4C; }

 p { color: rgb(83,77,76); }

 H1.HeaderClassName
 {
   color: #534D4C;
 }
 .AnyTagClassName
 {
   color: #534D4C;
 }
</style>
background-color css

<style>
 a { background-color: #534D4C; }

 a { background-color: rgb(83,77,76); }

 div.DivClassName
 {
   background-color: #534D4C;
 }
 .BgClassName
 {
   background-color: #534D4C;
 }
</style>
border-color css

<style>
 span { border-color: #534D4C; }

 span { border-color: rgb(83,77,76); }

 td.TdClassName
 {
   border-color: #534D4C;
 }
 .TagClassName
 {
   border-color: #534D4C;
 }
</style>