#594916

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

Shades of Bronze Olive #594916

Tints of Bronze Olive #594916

Color information

#594916 (or 0x594916) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 16. RGB value is (89,73,22). Sum of RGB (Red+Green+Blue) = 89+73+22=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #594916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594916 is #A6B6E9. Grayscale: #484848. Windows color (decimal): -10925802 or 1460569. OLE color: 1460569.

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

Color convert

RGB897322-
CMYK00.180.750.65
HSL45.67º60.36%21.76%-
HSV(B)45.67º75.28%34.9%-
XYZ6.656.951.75-
YUV71.9799.8140.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=48.37%
G=39.67%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89732200.180.750.6545.6760.3621.76
Hex5949160124B412e3c16
Octal13111126022113101567426
Binary10110011001001101100100101001011100000110111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594916; }

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

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

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

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

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

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

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

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