#534D4D

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

Shades of Matterhorn #534D4D

Tints of Matterhorn #534D4D

Color information

#534D4D (or 0x534D4D) is unknown color: approx Matterhorn. HEX triplet: 53, 4D and 4D. RGB value is (83,77,77). Sum of RGB (Red+Green+Blue) = 83+77+77=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D4D is #ACB2B2. Grayscale: #4E4E4E. Windows color (decimal): -11317939 or 5066067. OLE color: 5066067.

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

Color convert

RGB837777-
CMYK00.070.070.67
HSL3.75%31.37%-
HSV(B)7.23%32.55%-
XYZ7.567.688.11-
YUV78.79126.99131-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=35.02%
G=32.49%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777700.070.070.6703.7531.37
Hex534D4D07743041f
Octal1231151150771030437
Binary10100111001101100110101111111000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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