#534949

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

Shades of Matterhorn #534949

Tints of Matterhorn #534949

Color information

#534949 (or 0x534949) is unknown color: approx Matterhorn. HEX triplet: 53, 49 and 49. RGB value is (83,73,73). Sum of RGB (Red+Green+Blue) = 83+73+73=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534949 is #ACB6B6. Grayscale: #4C4C4C. Windows color (decimal): -11318967 or 4802899. OLE color: 4802899.

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

Color convert

RGB837373-
CMYK00.120.120.67
HSL6.41%30.59%-
HSV(B)12.05%32.55%-
XYZ7.157.097.29-
YUV75.99126.31133-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=36.24%
G=31.88%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83737300.120.120.6706.4130.59
Hex5349490CC43061f
Octal123111111014141030637
Binary1010011100100110010010110011001000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534949; }

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

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

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

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

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

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

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

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