#594313

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

Shades of Bronze Olive #594313

Tints of Bronze Olive #594313

Color information

#594313 (or 0x594313) is unknown color: approx Bronze Olive. HEX triplet: 59, 43 and 13. RGB value is (89,67,19). Sum of RGB (Red+Green+Blue) = 89+67+19=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #594313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594313 is #A6BCEC. Grayscale: #444444. Windows color (decimal): -10927341 or 1262425. OLE color: 1262425.

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

Color convert

RGB896719-
CMYK00.250.790.65
HSL41.14º64.81%21.18%-
HSV(B)41.14º78.65%34.9%-
XYZ6.246.191.48-
YUV68.11100.29142.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=50.86%
G=38.29%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89671900.250.790.6541.1464.8121.18
Hex5943130194F41294115
Octal131103230311171015110125
Binary101100110000111001101100110011111000001101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594313; }

 p { color: rgb(89,67,19); }

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

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

 a { background-color: rgb(89,67,19); }

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

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

 span { border-color: rgb(89,67,19); }

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