#59501C

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

Shades of Bronze Olive #59501C

Tints of Bronze Olive #59501C

Color information

#59501C (or 0x59501C) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 1C. RGB value is (89,80,28). Sum of RGB (Red+Green+Blue) = 89+80+28=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59501C is #A6AFE3. Grayscale: #4C4C4C. Windows color (decimal): -10924004 or 1855577. OLE color: 1855577.

HSL color Cylindrical-coordinate representation of color #59501C: hue angle of 51.15º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59501C is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB898028-
CMYK00.100.690.65
HSL51.15º52.14%22.94%-
HSV(B)51.15º68.54%34.9%-
XYZ7.27.952.25-
YUV76.76100.48136.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=45.18%
G=40.61%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89802800.100.690.6551.1552.1422.94
Hex59501C0A4541333417
Octal13112034012105101636427
Binary1011001101000011100010101000101100000111001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,80,28); }

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

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

 a { background-color: rgb(89,80,28); }

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

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

 span { border-color: rgb(89,80,28); }

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