#504739

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

Shades of Metallic Bronze #504739

Tints of Metallic Bronze #504739

Color information

#504739 (or 0x504739) is unknown color: approx Metallic Bronze. HEX triplet: 50, 47 and 39. RGB value is (80,71,57). Sum of RGB (Red+Green+Blue) = 80+71+57=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #504739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504739 is #AFB8C6. Grayscale: #484848. Windows color (decimal): -11516103 or 3753808. OLE color: 3753808.

HSL color Cylindrical-coordinate representation of color #504739: hue angle of 36.52º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #504739 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB807157-
CMYK00.110.290.69
HSL36.52º16.79%26.86%-
HSV(B)36.52º28.75%31.37%-
XYZ6.36.514.79-
YUV72.1119.48133.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=38.46%
G=34.13%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80715700.110.290.6936.5216.7926.86
Hex5047390B1D4525111b
Octal1201077101335105452133
Binary10100001000111111001010111110110001011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504739; }

 p { color: rgb(80,71,57); }

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

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

 a { background-color: rgb(80,71,57); }

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

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

 span { border-color: rgb(80,71,57); }

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