#57521D

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

Shades of Bronze Olive #57521D

Tints of Bronze Olive #57521D

Color information

#57521D (or 0x57521D) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 1D. RGB value is (87,82,29). Sum of RGB (Red+Green+Blue) = 87+82+29=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57521D is #A8ADE2. Grayscale: #4D4D4D. Windows color (decimal): -11054563 or 1921623. OLE color: 1921623.

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

Color convert

RGB878229-
CMYK00.060.670.66
HSL54.83º50%22.75%-
HSV(B)54.83º66.67%34.12%-
XYZ7.178.152.36-
YUV77.45100.66134.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=43.94%
G=41.41%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87822900.060.670.6654.835022.75
Hex57521D064342373217
Octal1271223506103102676227
Binary101011110100101110101101000011100001011011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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