#57452C

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

Shades of Deep Bronze #57452C

Tints of Deep Bronze #57452C

Color information

#57452C (or 0x57452C) is unknown color: approx Deep Bronze. HEX triplet: 57, 45 and 2C. RGB value is (87,69,44). Sum of RGB (Red+Green+Blue) = 87+69+44=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57452C is #A8BAD3. Grayscale: #474747. Windows color (decimal): -11057876 or 2901335. OLE color: 2901335.

HSL color Cylindrical-coordinate representation of color #57452C: hue angle of 34.88º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57452C is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB876944-
CMYK00.210.490.66
HSL34.88º32.82%25.69%-
HSV(B)34.88º49.43%34.12%-
XYZ6.516.463.29-
YUV71.53112.46139.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=43.5%
G=34.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87694400.210.490.6634.8832.8225.69
Hex57452C015314223211a
Octal1271055402561102434132
Binary10101111000101101100010101110001100001010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,69,44); }

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

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

 a { background-color: rgb(87,69,44); }

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

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

 span { border-color: rgb(87,69,44); }

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