#594A20

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

Shades of Bronze Olive #594A20

Tints of Bronze Olive #594A20

Color information

#594A20 (or 0x594A20) is unknown color: approx Bronze Olive. HEX triplet: 59, 4A and 20. RGB value is (89,74,32). Sum of RGB (Red+Green+Blue) = 89+74+32=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #594A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A20 is #A6B5DF. Grayscale: #494949. Windows color (decimal): -10925536 or 2116185. OLE color: 2116185.

HSL color Cylindrical-coordinate representation of color #594A20: hue angle of 44.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594A20 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB897432-
CMYK00.170.640.65
HSL44.21º47.11%23.73%-
HSV(B)44.21º64.04%34.9%-
XYZ6.837.132.38-
YUV73.7104.47138.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=45.64%
G=37.95%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89743200.170.640.6544.2147.1123.73
Hex594A2001140412c2f18
Octal13111240021100101545730
Binary101100110010101000000100011000000100000110110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594A20; }

 p { color: rgb(89,74,32); }

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

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

 a { background-color: rgb(89,74,32); }

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

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

 span { border-color: rgb(89,74,32); }

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