#50493D

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

Shades of Metallic Bronze #50493D

Tints of Metallic Bronze #50493D

Color information

#50493D (or 0x50493D) is unknown color: approx Metallic Bronze. HEX triplet: 50, 49 and 3D. RGB value is (80,73,61). Sum of RGB (Red+Green+Blue) = 80+73+61=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #50493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493D is #AFB6C2. Grayscale: #494949. Windows color (decimal): -11515587 or 4016464. OLE color: 4016464.

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

Color convert

RGB807361-
CMYK00.090.240.69
HSL37.89º13.48%27.65%-
HSV(B)37.89º23.75%31.37%-
XYZ6.536.815.38-
YUV73.72120.82132.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=37.38%
G=34.11%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736100.090.240.6937.8913.4827.65
Hex50493D09184526d1c
Octal1201117501130105461534
Binary1010000100100111110101001110001000101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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