#59611F

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

Shades of Saratoga #59611F

Tints of Saratoga #59611F

Color information

#59611F (or 0x59611F) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 1F. RGB value is (89,97,31). Sum of RGB (Red+Green+Blue) = 89+97+31=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #59611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59611F is #A69EE0. Grayscale: #575757. Windows color (decimal): -10919649 or 2056537. OLE color: 2056537.

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

Color convert

RGB899731-
CMYK0.0800.680.62
HSL67.27º51.56%25.1%-
HSV(B)67.27º68.04%38.04%-
XYZ8.6410.772.92-
YUV87.0896.35129.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 31 (12.5% from 255) = 14.29%
R=41.01%
G=44.70%
B=14.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997310.0800.680.6267.2751.5625.1
Hex59611F80443E433419
Octal13114137100104761036431
Binary1011001110000111111100001000100111110100001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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