#50483C

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

Shades of Metallic Bronze #50483C

Tints of Metallic Bronze #50483C

Color information

#50483C (or 0x50483C) is unknown color: approx Metallic Bronze. HEX triplet: 50, 48 and 3C. RGB value is (80,72,60). Sum of RGB (Red+Green+Blue) = 80+72+60=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50483C is #AFB7C3. Grayscale: #494949. Windows color (decimal): -11515844 or 3950672. OLE color: 3950672.

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

Color convert

RGB807260-
CMYK00.100.250.69
HSL36º14.29%27.45%-
HSV(B)36º25%31.37%-
XYZ6.446.675.22-
YUV73.02120.65132.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=37.74%
G=33.96%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80726000.100.250.693614.2927.45
Hex50483C0A194524e1b
Octal1201107401231105441633
Binary1010000100100011110001010110011000101100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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