#57493B

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

Shades of Metallic Bronze #57493B

Tints of Metallic Bronze #57493B

Color information

#57493B (or 0x57493B) is unknown color: approx Metallic Bronze. HEX triplet: 57, 49 and 3B. RGB value is (87,73,59). Sum of RGB (Red+Green+Blue) = 87+73+59=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57493B is #A8B6C4. Grayscale: #4B4B4B. Windows color (decimal): -11056837 or 3885399. OLE color: 3885399.

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

Color convert

RGB877359-
CMYK00.160.320.66
HSL30º19.18%28.63%-
HSV(B)30º32.18%34.12%-
XYZ7.17.115.14-
YUV75.59118.64136.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=39.73%
G=33.33%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87735900.160.320.663019.1828.63
Hex57493B01020421e131d
Octal1271117302040102362335
Binary101011110010011110110100001000001000010111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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