#595418

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

Shades of Bronze Olive #595418

Tints of Bronze Olive #595418

Color information

#595418 (or 0x595418) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 18. RGB value is (89,84,24). Sum of RGB (Red+Green+Blue) = 89+84+24=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #595418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595418 is #A6ABE7. Grayscale: #4E4E4E. Windows color (decimal): -10922984 or 1594457. OLE color: 1594457.

HSL color Cylindrical-coordinate representation of color #595418: hue angle of 55.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #595418 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB898424-
CMYK00.060.730.65
HSL55.38º57.52%22.16%-
HSV(B)55.38º73.03%34.9%-
XYZ7.468.532.12-
YUV78.6697.16135.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=45.18%
G=42.64%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89842400.060.730.6555.3857.5222.16
Hex595418064941373a16
Octal1311243006111101677226
Binary101100110101001100001101001001100000111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595418; }

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

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

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

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

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

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

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

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