#59541E

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

Shades of Bronze Olive #59541E

Tints of Bronze Olive #59541E

Color information

#59541E (or 0x59541E) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 1E. RGB value is (89,84,30). Sum of RGB (Red+Green+Blue) = 89+84+30=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59541E is #A6ABE1. Grayscale: #4F4F4F. Windows color (decimal): -10922978 or 1987673. OLE color: 1987673.

HSL color Cylindrical-coordinate representation of color #59541E: hue angle of 54.92º 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 #59541E is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB898430-
CMYK00.060.660.65
HSL54.92º49.58%23.33%-
HSV(B)54.92º66.29%34.9%-
XYZ7.528.562.48-
YUV79.34100.16134.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=43.84%
G=41.38%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89843000.060.660.6554.9249.5823.33
Hex59541E064241373217
Octal1311243606102101676227
Binary101100110101001111001101000010100000111011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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