#595513

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

Shades of Bronze Olive #595513

Tints of Bronze Olive #595513

Color information

#595513 (or 0x595513) is unknown color: approx Bronze Olive. HEX triplet: 59, 55 and 13. RGB value is (89,85,19). Sum of RGB (Red+Green+Blue) = 89+85+19=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #595513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595513 is #A6AAEC. Grayscale: #4E4E4E. Windows color (decimal): -10922733 or 1267033. OLE color: 1267033.

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

Color convert

RGB898519-
CMYK00.040.790.65
HSL56.57º64.81%21.18%-
HSV(B)56.57º78.65%34.9%-
XYZ7.498.671.89-
YUV78.6794.33135.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=46.11%
G=44.04%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89851900.040.790.6556.5764.8121.18
Hex595513044F41394115
Octal13112523041171017110125
Binary1011001101010110011010010011111000001111001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595513; }

 p { color: rgb(89,85,19); }

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

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

 a { background-color: rgb(89,85,19); }

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

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

 span { border-color: rgb(89,85,19); }

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