#50493C

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

Shades of Metallic Bronze #50493C

Tints of Metallic Bronze #50493C

Color information

#50493C (or 0x50493C) is unknown color: approx Metallic Bronze. HEX triplet: 50, 49 and 3C. RGB value is (80,73,60). Sum of RGB (Red+Green+Blue) = 80+73+60=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493C is #AFB6C3. Grayscale: #494949. Windows color (decimal): -11515588 or 3950928. OLE color: 3950928.

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

Color convert

RGB807360-
CMYK00.090.250.69
HSL39º14.29%27.45%-
HSV(B)39º25%31.37%-
XYZ6.516.85.24-
YUV73.61120.32132.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=37.56%
G=34.27%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736000.090.250.693914.2927.45
Hex50493C09194527e1b
Octal1201117401131105471633
Binary1010000100100111110001001110011000101100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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