#595218

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

Shades of Bronze Olive #595218

Tints of Bronze Olive #595218

Color information

#595218 (or 0x595218) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 18. RGB value is (89,82,24). Sum of RGB (Red+Green+Blue) = 89+82+24=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #595218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595218 is #A6ADE7. Grayscale: #4D4D4D. Windows color (decimal): -10923496 or 1593945. OLE color: 1593945.

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

Color convert

RGB898224-
CMYK00.080.730.65
HSL53.54º57.52%22.16%-
HSV(B)53.54º73.03%34.9%-
XYZ7.38.222.07-
YUV77.4897.82136.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=45.64%
G=42.05%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89822400.080.730.6553.5457.5222.16
Hex595218084941363a16
Octal13112230010111101667226
Binary1011001101001011000010001001001100000111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595218; }

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

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

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

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

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

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

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

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