#594516

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

Shades of Bronze Olive #594516

Tints of Bronze Olive #594516

Color information

#594516 (or 0x594516) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 16. RGB value is (89,69,22). Sum of RGB (Red+Green+Blue) = 89+69+22=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #594516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594516 is #A6BAE9. Grayscale: #454545. Windows color (decimal): -10926826 or 1459545. OLE color: 1459545.

HSL color Cylindrical-coordinate representation of color #594516: hue angle of 42.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #594516 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB896922-
CMYK00.220.750.65
HSL42.09º60.36%21.76%-
HSV(B)42.09º75.28%34.9%-
XYZ6.396.441.66-
YUV69.62101.13141.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=49.44%
G=38.33%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89692200.220.750.6542.0960.3621.76
Hex5945160164B412a3c16
Octal13110526026113101527426
Binary10110011000101101100101101001011100000110101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594516; }

 p { color: rgb(89,69,22); }

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

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

 a { background-color: rgb(89,69,22); }

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

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

 span { border-color: rgb(89,69,22); }

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