#594511

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

Shades of Bronze Olive #594511

Tints of Bronze Olive #594511

Color information

#594511 (or 0x594511) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 11. RGB value is (89,69,17). Sum of RGB (Red+Green+Blue) = 89+69+17=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #594511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594511 is #A6BAEE. Grayscale: #454545. Windows color (decimal): -10926831 or 1131865. OLE color: 1131865.

HSL color Cylindrical-coordinate representation of color #594511: hue angle of 43.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #594511 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB896917-
CMYK00.220.810.65
HSL43.33º67.92%20.78%-
HSV(B)43.33º80.9%34.9%-
XYZ6.356.421.43-
YUV69.0598.63142.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=50.86%
G=39.43%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89691700.220.810.6543.3367.9220.78
Hex59451101651412b4415
Octal131105210261211015310425
Binary101100110001011000101011010100011000001101011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594511; }

 p { color: rgb(89,69,17); }

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

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

 a { background-color: rgb(89,69,17); }

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

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

 span { border-color: rgb(89,69,17); }

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