#594805

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

Shades of Bronze Olive #594805

Tints of Bronze Olive #594805

Color information

#594805 (or 0x594805) is unknown color: approx Bronze Olive. HEX triplet: 59, 48 and 05. RGB value is (89,72,5). Sum of RGB (Red+Green+Blue) = 89+72+5=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #594805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594805 is #A6B7FA. Grayscale: #454545. Windows color (decimal): -10926075 or 346201. OLE color: 346201.

HSL color Cylindrical-coordinate representation of color #594805: hue angle of 47.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #594805 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB89725-
CMYK00.190.940.65
HSL47.86º89.36%18.43%-
HSV(B)47.86º94.38%34.9%-
XYZ6.466.771.11-
YUV69.4491.63141.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=53.61%
G=43.37%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8972500.190.940.6547.8689.3618.43
Hex594850135E41305912
Octal13111050231361016013122
Binary1011001100100010101001110111101000001110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594805; }

 p { color: rgb(89,72,5); }

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

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

 a { background-color: rgb(89,72,5); }

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

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

 span { border-color: rgb(89,72,5); }

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