#57521C

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

Shades of Bronze Olive #57521C

Tints of Bronze Olive #57521C

Color information

#57521C (or 0x57521C) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 1C. RGB value is (87,82,28). Sum of RGB (Red+Green+Blue) = 87+82+28=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57521C is #A8ADE3. Grayscale: #4D4D4D. Windows color (decimal): -11054564 or 1856087. OLE color: 1856087.

HSL color Cylindrical-coordinate representation of color #57521C: hue angle of 54.92º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57521C is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB878228-
CMYK00.060.680.66
HSL54.92º51.3%22.55%-
HSV(B)54.92º67.82%34.12%-
XYZ7.168.142.29-
YUV77.34100.16134.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=44.16%
G=41.62%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87822800.060.680.6654.9251.322.55
Hex57521C064442373317
Octal1271223406104102676327
Binary101011110100101110001101000100100001011011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,82,28); }

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

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

 a { background-color: rgb(87,82,28); }

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

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

 span { border-color: rgb(87,82,28); }

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