#594716

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

Shades of Bronze Olive #594716

Tints of Bronze Olive #594716

Color information

#594716 (or 0x594716) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 16. RGB value is (89,71,22). Sum of RGB (Red+Green+Blue) = 89+71+22=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #594716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594716 is #A6B8E9. Grayscale: #474747. Windows color (decimal): -10926314 or 1460057. OLE color: 1460057.

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

Color convert

RGB897122-
CMYK00.200.750.65
HSL43.88º60.36%21.76%-
HSV(B)43.88º75.28%34.9%-
XYZ6.526.691.71-
YUV70.8100.46140.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=48.90%
G=39.01%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89712200.200.750.6543.8860.3621.76
Hex5947160144B412c3c16
Octal13110726024113101547426
Binary10110011000111101100101001001011100000110110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594716; }

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

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

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

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

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

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

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

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