#594210

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

Shades of Bronze Olive #594210

Tints of Bronze Olive #594210

Color information

#594210 (or 0x594210) is unknown color: approx Bronze Olive. HEX triplet: 59, 42 and 10. RGB value is (89,66,16). Sum of RGB (Red+Green+Blue) = 89+66+16=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #594210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594210 is #A6BDEF. Grayscale: #434343. Windows color (decimal): -10927600 or 1065561. OLE color: 1065561.

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

Color convert

RGB896616-
CMYK00.260.820.65
HSL41.1º69.52%20.59%-
HSV(B)41.1º82.02%34.9%-
XYZ6.166.061.33-
YUV67.1899.12143.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=52.05%
G=38.60%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89661600.260.820.6541.169.5220.59
Hex59421001A5241294615
Octal131102200321221015110625
Binary101100110000101000001101010100101000001101001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594210; }

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

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

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

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

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

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

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

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