#57452B

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

Shades of Deep Bronze #57452B

Tints of Deep Bronze #57452B

Color information

#57452B (or 0x57452B) is unknown color: approx Deep Bronze. HEX triplet: 57, 45 and 2B. RGB value is (87,69,43). Sum of RGB (Red+Green+Blue) = 87+69+43=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57452B is #A8BAD4. Grayscale: #474747. Windows color (decimal): -11057877 or 2835799. OLE color: 2835799.

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

Color convert

RGB876943-
CMYK00.210.510.66
HSL35.45º33.85%25.49%-
HSV(B)35.45º50.57%34.12%-
XYZ6.496.463.19-
YUV71.42111.96139.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=43.72%
G=34.67%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87694300.210.510.6635.4533.8525.49
Hex57452B0153342232219
Octal1271055302563102434231
Binary10101111000101101011010101110011100001010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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