#595211

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

Shades of Bronze Olive #595211

Tints of Bronze Olive #595211

Color information

#595211 (or 0x595211) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 11. RGB value is (89,82,17). Sum of RGB (Red+Green+Blue) = 89+82+17=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #595211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595211 is #A6ADEE. Grayscale: #4C4C4C. Windows color (decimal): -10923503 or 1135193. OLE color: 1135193.

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

Color convert

RGB898217-
CMYK00.080.810.65
HSL54.17º67.92%20.78%-
HSV(B)54.17º80.9%34.9%-
XYZ7.248.21.73-
YUV76.6894.32136.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=47.34%
G=43.62%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89821700.080.810.6554.1767.9220.78
Hex595211085141364415
Octal131122210101211016610425
Binary10110011010010100010100010100011000001110110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595211; }

 p { color: rgb(89,82,17); }

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

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

 a { background-color: rgb(89,82,17); }

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

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

 span { border-color: rgb(89,82,17); }

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