#595411

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

Shades of Bronze Olive #595411

Tints of Bronze Olive #595411

Color information

#595411 (or 0x595411) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 11. RGB value is (89,84,17). Sum of RGB (Red+Green+Blue) = 89+84+17=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #595411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595411 is #A6ABEE. Grayscale: #4E4E4E. Windows color (decimal): -10922991 or 1135705. OLE color: 1135705.

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

Color convert

RGB898417-
CMYK00.060.810.65
HSL55.83º67.92%20.78%-
HSV(B)55.83º80.9%34.9%-
XYZ7.398.51.78-
YUV77.8693.66135.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=46.84%
G=44.21%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89841700.060.810.6555.8367.9220.78
Hex595411065141384415
Octal13112421061211017010425
Binary1011001101010010001011010100011000001111000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595411; }

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

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

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

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

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

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

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

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