#59601A

Color #59601A Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #59601A

Tints of Saratoga #59601A

Color information

#59601A (or 0x59601A) is unknown color: approx Saratoga. HEX triplet: 59, 60 and 1A. RGB value is (89,96,26). Sum of RGB (Red+Green+Blue) = 89+96+26=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #59601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59601A is #A69FE5. Grayscale: #565656. Windows color (decimal): -10919910 or 1728601. OLE color: 1728601.

HSL color Cylindrical-coordinate representation of color #59601A: hue angle of 66º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59601A is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB899626-
CMYK0.0700.730.62
HSL66º57.38%23.92%-
HSV(B)66º72.92%37.65%-
XYZ8.4910.562.57-
YUV85.9394.18130.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=42.18%
G=45.50%
B=12.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996260.0700.730.626657.3823.92
Hex59601A70493E423918
Octal1311403270111761027130
Binary101100111000001101011101001001111110100001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59601A; }

 p { color: rgb(89,96,26); }

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

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

 a { background-color: rgb(89,96,26); }

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

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

 span { border-color: rgb(89,96,26); }

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