#594A04

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

Shades of Bronze Olive #594A04

Tints of Bronze Olive #594A04

Color information

#594A04 (or 0x594A04) is unknown color: approx Bronze Olive. HEX triplet: 59, 4A and 04. RGB value is (89,74,4). Sum of RGB (Red+Green+Blue) = 89+74+4=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #594A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A04 is #A6B5FB. Grayscale: #464646. Windows color (decimal): -10925564 or 281177. OLE color: 281177.

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

Color convert

RGB89744-
CMYK00.170.960.65
HSL49.41º91.4%18.24%-
HSV(B)49.41º95.51%34.9%-
XYZ6.597.031.12-
YUV70.590.47141.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=53.29%
G=44.31%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8974400.170.960.6549.4191.418.24
Hex594A40116041315b12
Octal13111240211401016113322
Binary1011001100101010001000111000001000001110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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