#59511A

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

Shades of Bronze Olive #59511A

Tints of Bronze Olive #59511A

Color information

#59511A (or 0x59511A) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 1A. RGB value is (89,81,26). Sum of RGB (Red+Green+Blue) = 89+81+26=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #59511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59511A is #A6AEE5. Grayscale: #4D4D4D. Windows color (decimal): -10923750 or 1724761. OLE color: 1724761.

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

Color convert

RGB898126-
CMYK00.090.710.65
HSL52.38º54.78%22.55%-
HSV(B)52.38º70.79%34.9%-
XYZ7.258.082.16-
YUV77.1299.15136.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=45.41%
G=41.33%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89812600.090.710.6552.3854.7822.55
Hex59511A094741343717
Octal13112132011107101646727
Binary1011001101000111010010011000111100000111010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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