#57432A

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

Shades of Deep Bronze #57432A

Tints of Deep Bronze #57432A

Color information

#57432A (or 0x57432A) is unknown color: approx Deep Bronze. HEX triplet: 57, 43 and 2A. RGB value is (87,67,42). Sum of RGB (Red+Green+Blue) = 87+67+42=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57432A is #A8BCD5. Grayscale: #464646. Windows color (decimal): -11058390 or 2769751. OLE color: 2769751.

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

Color convert

RGB876742-
CMYK00.230.520.66
HSL33.33º34.88%25.29%-
HSV(B)33.33º51.72%34.12%-
XYZ6.366.213.05-
YUV70.13112.13140.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=44.39%
G=34.18%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87674200.230.520.6633.3334.8825.29
Hex57432A0173442212319
Octal1271035202764102414331
Binary10101111000011101010010111110100100001010000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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