#57521E

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

Shades of Bronze Olive #57521E

Tints of Bronze Olive #57521E

Color information

#57521E (or 0x57521E) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 1E. RGB value is (87,82,30). Sum of RGB (Red+Green+Blue) = 87+82+30=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57521E is #A8ADE1. Grayscale: #4D4D4D. Windows color (decimal): -11054562 or 1987159. OLE color: 1987159.

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

Color convert

RGB878230-
CMYK00.060.660.66
HSL54.74º48.72%22.94%-
HSV(B)54.74º65.52%34.12%-
XYZ7.188.152.42-
YUV77.57101.16134.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=43.72%
G=41.21%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87823000.060.660.6654.7448.7222.94
Hex57521E064242373117
Octal1271223606102102676127
Binary101011110100101111001101000010100001011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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