#595318

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

Shades of Bronze Olive #595318

Tints of Bronze Olive #595318

Color information

#595318 (or 0x595318) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 18. RGB value is (89,83,24). Sum of RGB (Red+Green+Blue) = 89+83+24=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #595318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595318 is #A6ACE7. Grayscale: #4E4E4E. Windows color (decimal): -10923240 or 1594201. OLE color: 1594201.

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

Color convert

RGB898324-
CMYK00.070.730.65
HSL54.46º57.52%22.16%-
HSV(B)54.46º73.03%34.9%-
XYZ7.388.382.09-
YUV78.0797.49135.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=45.41%
G=42.35%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89832400.070.730.6554.4657.5222.16
Hex595318074941363a16
Octal1311233007111101667226
Binary101100110100111100001111001001100000111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595318; }

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

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

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

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

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

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

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

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