#594E20

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

Shades of Bronze Olive #594E20

Tints of Bronze Olive #594E20

Color information

#594E20 (or 0x594E20) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 20. RGB value is (89,78,32). Sum of RGB (Red+Green+Blue) = 89+78+32=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #594E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E20 is #A6B1DF. Grayscale: #4C4C4C. Windows color (decimal): -10924512 or 2117209. OLE color: 2117209.

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

Color convert

RGB897832-
CMYK00.120.640.65
HSL48.42º47.11%23.73%-
HSV(B)48.42º64.04%34.9%-
XYZ7.17.682.47-
YUV76.04103.14137.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=44.72%
G=39.20%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89783200.120.640.6548.4247.1123.73
Hex594E200C4041302f18
Octal13111640014100101605730
Binary10110011001110100000011001000000100000111000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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