#594E16

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

Shades of Bronze Olive #594E16

Tints of Bronze Olive #594E16

Color information

#594E16 (or 0x594E16) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 16. RGB value is (89,78,22). Sum of RGB (Red+Green+Blue) = 89+78+22=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E16 is #A6B1E9. Grayscale: #4B4B4B. Windows color (decimal): -10924522 or 1461849. OLE color: 1461849.

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

Color convert

RGB897822-
CMYK00.120.750.65
HSL50.15º60.36%21.76%-
HSV(B)50.15º75.28%34.9%-
XYZ6.997.631.86-
YUV74.998.14138.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=47.09%
G=41.27%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89782200.120.750.6550.1560.3621.76
Hex594E160C4B41323c16
Octal13111626014113101627426
Binary1011001100111010110011001001011100000111001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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