#57412B

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

Shades of Deep Bronze #57412B

Tints of Deep Bronze #57412B

Color information

#57412B (or 0x57412B) is unknown color: approx Deep Bronze. HEX triplet: 57, 41 and 2B. RGB value is (87,65,43). Sum of RGB (Red+Green+Blue) = 87+65+43=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57412B is #A8BED4. Grayscale: #454545. Windows color (decimal): -11058901 or 2834775. OLE color: 2834775.

HSL color Cylindrical-coordinate representation of color #57412B: hue angle of 30º 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 #57412B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB876543-
CMYK00.250.510.66
HSL30º33.85%25.49%-
HSV(B)30º50.57%34.12%-
XYZ6.265.983.11-
YUV69.07113.29140.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=44.62%
G=33.33%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87654300.250.510.663033.8525.49
Hex57412B01933421e2219
Octal1271015303163102364231
Binary1010111100000110101101100111001110000101111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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