#50483B

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

Shades of Metallic Bronze #50483B

Tints of Metallic Bronze #50483B

Color information

#50483B (or 0x50483B) is unknown color: approx Metallic Bronze. HEX triplet: 50, 48 and 3B. RGB value is (80,72,59). Sum of RGB (Red+Green+Blue) = 80+72+59=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50483B is #AFB7C4. Grayscale: #484848. Windows color (decimal): -11515845 or 3885136. OLE color: 3885136.

HSL color Cylindrical-coordinate representation of color #50483B: hue angle of 37.14º 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 #50483B is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB807259-
CMYK00.100.260.69
HSL37.14º15.11%27.25%-
HSV(B)37.14º26.25%31.37%-
XYZ6.426.665.08-
YUV72.91120.15133.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=37.91%
G=34.12%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80725900.100.260.6937.1415.1127.25
Hex50483B0A1A4525f1b
Octal1201107301232105451733
Binary1010000100100011101101010110101000101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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