#534E4E

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

Shades of Matterhorn #534E4E

Tints of Matterhorn #534E4E

Color information

#534E4E (or 0x534E4E) is unknown color: approx Matterhorn. HEX triplet: 53, 4E and 4E. RGB value is (83,78,78). Sum of RGB (Red+Green+Blue) = 83+78+78=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #534E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E4E is #ACB1B1. Grayscale: #4F4F4F. Windows color (decimal): -11317682 or 5131859. OLE color: 5131859.

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

Color convert

RGB837878-
CMYK00.060.060.67
HSL3.11%31.57%-
HSV(B)6.02%32.55%-
XYZ7.677.848.32-
YUV79.49127.16130.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=34.73%
G=32.64%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83787800.060.060.6703.1131.57
Hex534E4E066430320
Octal1231161160661030340
Binary10100111001110100111001101101000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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