#594420

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

Shades of Bronze Olive #594420

Tints of Bronze Olive #594420

Color information

#594420 (or 0x594420) is unknown color: approx Bronze Olive. HEX triplet: 59, 44 and 20. RGB value is (89,68,32). Sum of RGB (Red+Green+Blue) = 89+68+32=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594420 is #A6BBDF. Grayscale: #464646. Windows color (decimal): -10927072 or 2114649. OLE color: 2114649.

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

Color convert

RGB896832-
CMYK00.240.640.65
HSL37.89º47.11%23.73%-
HSV(B)37.89º64.04%34.9%-
XYZ6.456.362.25-
YUV70.18106.46141.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=47.09%
G=35.98%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89683200.240.640.6537.8947.1123.73
Hex5944200184041262f18
Octal13110440030100101465730
Binary101100110001001000000110001000000100000110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594420; }

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

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

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

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

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

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

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

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