#59521E

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

Shades of Bronze Olive #59521E

Tints of Bronze Olive #59521E

Color information

#59521E (or 0x59521E) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 1E. RGB value is (89,82,30). Sum of RGB (Red+Green+Blue) = 89+82+30=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521E is #A6ADE1. Grayscale: #4E4E4E. Windows color (decimal): -10923490 or 1987161. OLE color: 1987161.

HSL color Cylindrical-coordinate representation of color #59521E: hue angle of 52.88º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59521E is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB898230-
CMYK00.080.660.65
HSL52.88º49.58%23.33%-
HSV(B)52.88º66.29%34.9%-
XYZ7.378.252.43-
YUV78.17100.82135.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=44.28%
G=40.80%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89823000.080.660.6552.8849.5823.33
Hex59521E084241353217
Octal13112236010102101656227
Binary1011001101001011110010001000010100000111010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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