#594211

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

Shades of Bronze Olive #594211

Tints of Bronze Olive #594211

Color information

#594211 (or 0x594211) is unknown color: approx Bronze Olive. HEX triplet: 59, 42 and 11. RGB value is (89,66,17). Sum of RGB (Red+Green+Blue) = 89+66+17=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #594211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594211 is #A6BDEE. Grayscale: #434343. Windows color (decimal): -10927599 or 1131097. OLE color: 1131097.

HSL color Cylindrical-coordinate representation of color #594211: hue angle of 40.83º 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 #594211 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB896617-
CMYK00.260.810.65
HSL40.83º67.92%20.78%-
HSV(B)40.83º80.9%34.9%-
XYZ6.176.061.38-
YUV67.2999.62143.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=51.74%
G=38.37%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89661700.260.810.6540.8367.9220.78
Hex59421101A5141294415
Octal131102210321211015110425
Binary101100110000101000101101010100011000001101001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594211; }

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

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

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

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

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

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

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

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