#595319

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

Shades of Bronze Olive #595319

Tints of Bronze Olive #595319

Color information

#595319 (or 0x595319) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 19. RGB value is (89,83,25). Sum of RGB (Red+Green+Blue) = 89+83+25=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #595319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595319 is #A6ACE6. Grayscale: #4E4E4E. Windows color (decimal): -10923239 or 1659737. OLE color: 1659737.

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

Color convert

RGB898325-
CMYK00.070.720.65
HSL54.38º56.14%22.35%-
HSV(B)54.38º71.91%34.9%-
XYZ7.398.382.15-
YUV78.1897.99135.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=45.18%
G=42.13%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89832500.070.720.6554.3856.1422.35
Hex595319074841363816
Octal1311233107110101667026
Binary101100110100111100101111001000100000111011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595319; }

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

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

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

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

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

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

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

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