#57452A

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

Shades of Deep Bronze #57452A

Tints of Deep Bronze #57452A

Color information

#57452A (or 0x57452A) is unknown color: approx Deep Bronze. HEX triplet: 57, 45 and 2A. RGB value is (87,69,42). Sum of RGB (Red+Green+Blue) = 87+69+42=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57452A is #A8BAD5. Grayscale: #474747. Windows color (decimal): -11057878 or 2770263. OLE color: 2770263.

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

Color convert

RGB876942-
CMYK00.210.520.66
HSL36º34.88%25.29%-
HSV(B)36º51.72%34.12%-
XYZ6.486.453.09-
YUV71.3111.46139.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=43.94%
G=34.85%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87694200.210.520.663634.8825.29
Hex57452A0153442242319
Octal1271055202564102444331
Binary10101111000101101010010101110100100001010010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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