#504636

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

Shades of Metallic Bronze #504636

Tints of Metallic Bronze #504636

Color information

#504636 (or 0x504636) is unknown color: approx Metallic Bronze. HEX triplet: 50, 46 and 36. RGB value is (80,70,54). Sum of RGB (Red+Green+Blue) = 80+70+54=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #504636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504636 is #AFB9C9. Grayscale: #474747. Windows color (decimal): -11516362 or 3556944. OLE color: 3556944.

HSL color Cylindrical-coordinate representation of color #504636: hue angle of 36.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504636 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB807054-
CMYK00.120.330.69
HSL36.92º19.4%26.27%-
HSV(B)36.92º32.5%31.37%-
XYZ6.166.354.39-
YUV71.17118.31134.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=39.22%
G=34.31%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80705400.120.330.6936.9219.426.27
Hex5046360C214525131a
Octal1201066601441105452332
Binary101000010001101101100110010000110001011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504636; }

 p { color: rgb(80,70,54); }

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

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

 a { background-color: rgb(80,70,54); }

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

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

 span { border-color: rgb(80,70,54); }

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