#57493C

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

Shades of Metallic Bronze #57493C

Tints of Metallic Bronze #57493C

Color information

#57493C (or 0x57493C) is unknown color: approx Metallic Bronze. HEX triplet: 57, 49 and 3C. RGB value is (87,73,60). Sum of RGB (Red+Green+Blue) = 87+73+60=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #57493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57493C is #A8B6C3. Grayscale: #4B4B4B. Windows color (decimal): -11056836 or 3950935. OLE color: 3950935.

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

Color convert

RGB877360-
CMYK00.160.310.66
HSL28.89º18.37%28.82%-
HSV(B)28.89º31.03%34.12%-
XYZ7.137.125.27-
YUV75.7119.14136.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=39.55%
G=33.18%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87736000.160.310.6628.8918.3728.82
Hex57493C0101F421d121d
Octal1271117402037102352235
Binary10101111001001111100010000111111000010111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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