#59541B

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

Shades of Bronze Olive #59541B

Tints of Bronze Olive #59541B

Color information

#59541B (or 0x59541B) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 1B. RGB value is (89,84,27). Sum of RGB (Red+Green+Blue) = 89+84+27=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59541B is #A6ABE4. Grayscale: #4F4F4F. Windows color (decimal): -10922981 or 1791065. OLE color: 1791065.

HSL color Cylindrical-coordinate representation of color #59541B: hue angle of 55.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59541B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB898427-
CMYK00.060.700.65
HSL55.16º53.45%22.75%-
HSV(B)55.16º69.66%34.9%-
XYZ7.498.542.29-
YUV7998.66135.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=44.5%
G=42%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89842700.060.700.6555.1653.4522.75
Hex59541B064641373517
Octal1311243306106101676527
Binary101100110101001101101101000110100000111011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59541B; }

 p { color: rgb(89,84,27); }

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

<style>
 a { background-color: #59541B; }

 a { background-color: rgb(89,84,27); }

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

<style>
 span { border-color: #59541B; }

 span { border-color: rgb(89,84,27); }

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