#50493B

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

Shades of Metallic Bronze #50493B

Tints of Metallic Bronze #50493B

Color information

#50493B (or 0x50493B) is unknown color: approx Metallic Bronze. HEX triplet: 50, 49 and 3B. RGB value is (80,73,59). Sum of RGB (Red+Green+Blue) = 80+73+59=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493B is #AFB6C4. Grayscale: #494949. Windows color (decimal): -11515589 or 3885392. OLE color: 3885392.

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

Color convert

RGB807359-
CMYK00.090.260.69
HSL40º15.11%27.25%-
HSV(B)40º26.25%31.37%-
XYZ6.486.795.11-
YUV73.5119.82132.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=37.74%
G=34.43%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80735900.090.260.694015.1127.25
Hex50493B091A4528f1b
Octal1201117301132105501733
Binary1010000100100111101101001110101000101101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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