#524A3B

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

Shades of Metallic Bronze #524A3B

Tints of Metallic Bronze #524A3B

Color information

#524A3B (or 0x524A3B) is unknown color: approx Metallic Bronze. HEX triplet: 52, 4A and 3B. RGB value is (82,74,59). Sum of RGB (Red+Green+Blue) = 82+74+59=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #524A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A3B is #ADB5C4. Grayscale: #4A4A4A. Windows color (decimal): -11384261 or 3885650. OLE color: 3885650.

HSL color Cylindrical-coordinate representation of color #524A3B: hue angle of 39.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524A3B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB827459-
CMYK00.100.280.68
HSL39.13º16.31%27.65%-
HSV(B)39.13º28.05%32.16%-
XYZ6.727.015.14-
YUV74.68119.15133.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=38.14%
G=34.42%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82745900.100.280.6839.1316.3127.65
Hex524A3B0A1C4427101c
Octal1221127301234104472034
Binary10100101001010111011010101110010001001001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A3B; }

 p { color: rgb(82,74,59); }

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

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

 a { background-color: rgb(82,74,59); }

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

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

 span { border-color: rgb(82,74,59); }

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