#52493C

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

Shades of Metallic Bronze #52493C

Tints of Metallic Bronze #52493C

Color information

#52493C (or 0x52493C) is unknown color: approx Metallic Bronze. HEX triplet: 52, 49 and 3C. RGB value is (82,73,60). Sum of RGB (Red+Green+Blue) = 82+73+60=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #52493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493C is #ADB6C3. Grayscale: #4A4A4A. Windows color (decimal): -11384516 or 3950930. OLE color: 3950930.

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

Color convert

RGB827360-
CMYK00.110.270.68
HSL35.45º15.49%27.84%-
HSV(B)35.45º26.83%32.16%-
XYZ6.686.895.25-
YUV74.21119.98133.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=38.14%
G=33.95%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82736000.110.270.6835.4515.4927.84
Hex52493C0B1B4423f1c
Octal1221117401333104431734
Binary1010010100100111110001011110111000100100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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