#59611B

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

Shades of Saratoga #59611B

Tints of Saratoga #59611B

Color information

#59611B (or 0x59611B) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 1B. RGB value is (89,97,27). Sum of RGB (Red+Green+Blue) = 89+97+27=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #59611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59611B is #A69EE4. Grayscale: #565656. Windows color (decimal): -10919653 or 1794393. OLE color: 1794393.

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

Color convert

RGB899727-
CMYK0.0800.720.62
HSL66.86º56.45%24.31%-
HSV(B)66.86º72.16%38.04%-
XYZ8.5910.752.66-
YUV86.6394.35129.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=41.78%
G=45.54%
B=12.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997270.0800.720.6266.8656.4524.31
Hex59611B80483E433818
Octal13114133100110761037030
Binary1011001110000111011100001001000111110100001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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