#57462C

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

Shades of Deep Bronze #57462C

Tints of Deep Bronze #57462C

Color information

#57462C (or 0x57462C) is unknown color: approx Deep Bronze. HEX triplet: 57, 46 and 2C. RGB value is (87,70,44). Sum of RGB (Red+Green+Blue) = 87+70+44=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57462C is #A8B9D3. Grayscale: #484848. Windows color (decimal): -11057620 or 2901591. OLE color: 2901591.

HSL color Cylindrical-coordinate representation of color #57462C: hue angle of 36.28º 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 #57462C is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB877044-
CMYK00.200.490.66
HSL36.28º32.82%25.69%-
HSV(B)36.28º49.43%34.12%-
XYZ6.586.593.31-
YUV72.12112.13138.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=43.28%
G=34.83%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87704400.200.490.6636.2832.8225.69
Hex57462C014314224211a
Octal1271065402461102444132
Binary10101111000110101100010100110001100001010010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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