#59521A

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

Shades of Bronze Olive #59521A

Tints of Bronze Olive #59521A

Color information

#59521A (or 0x59521A) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 1A. RGB value is (89,82,26). Sum of RGB (Red+Green+Blue) = 89+82+26=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521A is #A6ADE5. Grayscale: #4D4D4D. Windows color (decimal): -10923494 or 1725017. OLE color: 1725017.

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

Color convert

RGB898226-
CMYK00.080.710.65
HSL53.33º54.78%22.55%-
HSV(B)53.33º70.79%34.9%-
XYZ7.328.232.18-
YUV77.7198.82136.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=45.18%
G=41.62%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89822600.080.710.6553.3354.7822.55
Hex59521A084741353717
Octal13112232010107101656727
Binary1011001101001011010010001000111100000111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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