#594213

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

Shades of Bronze Olive #594213

Tints of Bronze Olive #594213

Color information

#594213 (or 0x594213) is unknown color: approx Bronze Olive. HEX triplet: 59, 42 and 13. RGB value is (89,66,19). Sum of RGB (Red+Green+Blue) = 89+66+19=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #594213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594213 is #A6BDEC. Grayscale: #434343. Windows color (decimal): -10927597 or 1262169. OLE color: 1262169.

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

Color convert

RGB896619-
CMYK00.260.790.65
HSL40.29º64.81%21.18%-
HSV(B)40.29º78.65%34.9%-
XYZ6.196.071.46-
YUV67.52100.62143.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=51.15%
G=37.93%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89661900.260.790.6540.2964.8121.18
Hex59421301A4F41284115
Octal131102230321171015010125
Binary101100110000101001101101010011111000001101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594213; }

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

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

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

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

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

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

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

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