#59511E

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

Shades of Bronze Olive #59511E

Tints of Bronze Olive #59511E

Color information

#59511E (or 0x59511E) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 1E. RGB value is (89,81,30). Sum of RGB (Red+Green+Blue) = 89+81+30=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59511E is #A6AEE1. Grayscale: #4D4D4D. Windows color (decimal): -10923746 or 1986905. OLE color: 1986905.

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

Color convert

RGB898130-
CMYK00.090.660.65
HSL51.86º49.58%23.33%-
HSV(B)51.86º66.29%34.9%-
XYZ7.38.12.41-
YUV77.58101.15136.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 30 (12.11% from 255) = 15%
R=44.5%
G=40.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89813000.090.660.6551.8649.5823.33
Hex59511E094241343217
Octal13112136011102101646227
Binary1011001101000111110010011000010100000111010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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