#504941

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

Shades of Metallic Bronze #504941

Tints of Metallic Bronze #504941

Color information

#504941 (or 0x504941) is unknown color: approx Metallic Bronze. HEX triplet: 50, 49 and 41. RGB value is (80,73,65). Sum of RGB (Red+Green+Blue) = 80+73+65=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504941 is #AFB6BE. Grayscale: #4A4A4A. Windows color (decimal): -11515583 or 4278608. OLE color: 4278608.

HSL color Cylindrical-coordinate representation of color #504941: hue angle of 32º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504941 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB807365-
CMYK00.090.190.69
HSL32º10.34%28.43%-
HSV(B)32º18.75%31.37%-
XYZ6.646.855.97-
YUV74.18122.82132.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=36.70%
G=33.49%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736500.090.190.693210.3428.43
Hex50494109134520a1c
Octal12011110101123105401234
Binary10100001001001100000101001100111000101100000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504941; }

 p { color: rgb(80,73,65); }

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

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

 a { background-color: rgb(80,73,65); }

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

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

 span { border-color: rgb(80,73,65); }

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