#52493E

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

Shades of Metallic Bronze #52493E

Tints of Metallic Bronze #52493E

Color information

#52493E (or 0x52493E) is unknown color: approx Metallic Bronze. HEX triplet: 52, 49 and 3E. RGB value is (82,73,62). Sum of RGB (Red+Green+Blue) = 82+73+62=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #52493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493E is #ADB6C1. Grayscale: #4A4A4A. Windows color (decimal): -11384514 or 4082002. OLE color: 4082002.

HSL color Cylindrical-coordinate representation of color #52493E: hue angle of 33º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52493E is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB827362-
CMYK00.110.240.68
HSL33º13.89%28.24%-
HSV(B)33º24.39%32.16%-
XYZ6.736.915.54-
YUV74.44120.98133.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=37.79%
G=33.64%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82736200.110.240.683313.8928.24
Hex52493E0B184421e1c
Octal1221117601330104411634
Binary1010010100100111111001011110001000100100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52493E; }

 p { color: rgb(82,73,62); }

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

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

 a { background-color: rgb(82,73,62); }

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

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

 span { border-color: rgb(82,73,62); }

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