#504A3D

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

Shades of Metallic Bronze #504A3D

Tints of Metallic Bronze #504A3D

Color information

#504A3D (or 0x504A3D) is unknown color: approx Metallic Bronze. HEX triplet: 50, 4A and 3D. RGB value is (80,74,61). Sum of RGB (Red+Green+Blue) = 80+74+61=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A3D is #AFB5C2. Grayscale: #4A4A4A. Windows color (decimal): -11515331 or 4016720. OLE color: 4016720.

HSL color Cylindrical-coordinate representation of color #504A3D: hue angle of 41.05º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #504A3D is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB807461-
CMYK00.080.240.69
HSL41.05º13.48%27.65%-
HSV(B)41.05º23.75%31.37%-
XYZ6.66.945.41-
YUV74.31120.49132.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=37.21%
G=34.42%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80746100.080.240.6941.0513.4827.65
Hex504A3D08184529d1c
Octal1201127501030105511534
Binary1010000100101011110101000110001000101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A3D; }

 p { color: rgb(80,74,61); }

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

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

 a { background-color: rgb(80,74,61); }

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

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

 span { border-color: rgb(80,74,61); }

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