#504536

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

Shades of Metallic Bronze #504536

Tints of Metallic Bronze #504536

Color information

#504536 (or 0x504536) is unknown color: approx Metallic Bronze. HEX triplet: 50, 45 and 36. RGB value is (80,69,54). Sum of RGB (Red+Green+Blue) = 80+69+54=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504536 is #AFBAC9. Grayscale: #464646. Windows color (decimal): -11516618 or 3556688. OLE color: 3556688.

HSL color Cylindrical-coordinate representation of color #504536: hue angle of 34.62º 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 #504536 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB806954-
CMYK00.140.330.69
HSL34.62º19.4%26.27%-
HSV(B)34.62º32.5%31.37%-
XYZ6.16.234.37-
YUV70.58118.64134.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=39.41%
G=33.99%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80695400.140.330.6934.6219.426.27
Hex5045360E214523131a
Octal1201056601641105432332
Binary101000010001011101100111010000110001011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504536; }

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

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

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

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

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

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

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

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