#50493F

Color #50493F Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #50493F

Tints of Metallic Bronze #50493F

Color information

#50493F (or 0x50493F) is unknown color: approx Metallic Bronze. HEX triplet: 50, 49 and 3F. RGB value is (80,73,63). Sum of RGB (Red+Green+Blue) = 80+73+63=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #50493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493F is #AFB6C0. Grayscale: #4A4A4A. Windows color (decimal): -11515585 or 4147536. OLE color: 4147536.

HSL color Cylindrical-coordinate representation of color #50493F: hue angle of 35.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50493F is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB807363-
CMYK00.090.210.69
HSL35.29º11.89%28.04%-
HSV(B)35.29º21.25%31.37%-
XYZ6.596.835.67-
YUV73.95121.82132.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 63 (25% from 255) = 29.17%
R=37.04%
G=33.80%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736300.090.210.6935.2911.8928.04
Hex50493F09154523c1c
Octal1201117701125105431434
Binary1010000100100111111101001101011000101100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50493F; }

 p { color: rgb(80,73,63); }

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

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

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

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

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

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

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