#57462A

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

Shades of Deep Bronze #57462A

Tints of Deep Bronze #57462A

Color information

#57462A (or 0x57462A) is unknown color: approx Deep Bronze. HEX triplet: 57, 46 and 2A. RGB value is (87,70,42). Sum of RGB (Red+Green+Blue) = 87+70+42=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57462A is #A8B9D5. Grayscale: #484848. Windows color (decimal): -11057622 or 2770519. OLE color: 2770519.

HSL color Cylindrical-coordinate representation of color #57462A: hue angle of 37.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57462A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB877042-
CMYK00.200.520.66
HSL37.33º34.88%25.29%-
HSV(B)37.33º51.72%34.12%-
XYZ6.546.573.11-
YUV71.89111.13138.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=43.72%
G=35.18%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87704200.200.520.6637.3334.8825.29
Hex57462A0143442252319
Octal1271065202464102454331
Binary10101111000110101010010100110100100001010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,70,42); }

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

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

 a { background-color: rgb(87,70,42); }

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

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

 span { border-color: rgb(87,70,42); }

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