#59611E

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

Shades of Saratoga #59611E

Tints of Saratoga #59611E

Color information

#59611E (or 0x59611E) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 1E. RGB value is (89,97,30). Sum of RGB (Red+Green+Blue) = 89+97+30=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #59611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59611E is #A69EE1. Grayscale: #575757. Windows color (decimal): -10919650 or 1991001. OLE color: 1991001.

HSL color Cylindrical-coordinate representation of color #59611E: hue angle of 67.16º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59611E is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB899730-
CMYK0.0800.690.62
HSL67.16º52.76%24.9%-
HSV(B)67.16º69.07%38.04%-
XYZ8.6310.772.85-
YUV86.9795.85129.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 30 (12.11% from 255) = 13.89%
R=41.20%
G=44.91%
B=13.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997300.0800.690.6267.1652.7624.9
Hex59611E80453E433519
Octal13114136100105761036531
Binary1011001110000111110100001000101111110100001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59611E; }

 p { color: rgb(89,97,30); }

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

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

 a { background-color: rgb(89,97,30); }

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

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

 span { border-color: rgb(89,97,30); }

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