#57493A

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

Shades of Metallic Bronze #57493A

Tints of Metallic Bronze #57493A

Color information

#57493A (or 0x57493A) is unknown color: approx Metallic Bronze. HEX triplet: 57, 49 and 3A. RGB value is (87,73,58). Sum of RGB (Red+Green+Blue) = 87+73+58=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57493A is #A8B6C5. Grayscale: #4B4B4B. Windows color (decimal): -11056838 or 3819863. OLE color: 3819863.

HSL color Cylindrical-coordinate representation of color #57493A: hue angle of 31.03º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57493A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB877358-
CMYK00.160.330.66
HSL31.03º20%28.43%-
HSV(B)31.03º33.33%34.12%-
XYZ7.087.15-
YUV75.48118.14136.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=39.91%
G=33.49%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87735800.160.330.6631.032028.43
Hex57493A01021421f141c
Octal1271117202041102372434
Binary101011110010011110100100001000011000010111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57493A; }

 p { color: rgb(87,73,58); }

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

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

 a { background-color: rgb(87,73,58); }

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

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

 span { border-color: rgb(87,73,58); }

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