#57483A

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

Shades of Metallic Bronze #57483A

Tints of Metallic Bronze #57483A

Color information

#57483A (or 0x57483A) is unknown color: approx Metallic Bronze. HEX triplet: 57, 48 and 3A. RGB value is (87,72,58). Sum of RGB (Red+Green+Blue) = 87+72+58=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #57483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57483A is #A8B7C5. Grayscale: #4A4A4A. Windows color (decimal): -11057094 or 3819607. OLE color: 3819607.

HSL color Cylindrical-coordinate representation of color #57483A: hue angle of 28.97º 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 #57483A is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB877258-
CMYK00.170.330.66
HSL28.97º20%28.43%-
HSV(B)28.97º33.33%34.12%-
XYZ7.016.974.98-
YUV74.89118.47136.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=40.09%
G=33.18%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87725800.170.330.6628.972028.43
Hex57483A01121421d141c
Octal1271107202141102352434
Binary101011110010001110100100011000011000010111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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