#596329

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

Shades of Saratoga #596329

Tints of Saratoga #596329

Color information

#596329 (or 0x596329) is unknown color: approx Saratoga. HEX triplet: 59, 63 and 29. RGB value is (89,99,41). Sum of RGB (Red+Green+Blue) = 89+99+41=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #596329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596329 is #A69CD6. Grayscale: #595959. Windows color (decimal): -10919127 or 2712409. OLE color: 2712409.

HSL color Cylindrical-coordinate representation of color #596329: hue angle of 70.34º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #596329 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB899941-
CMYK0.1000.590.61
HSL70.34º41.43%27.45%-
HSV(B)70.34º58.59%38.82%-
XYZ8.9811.213.79-
YUV89.4100.69127.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=38.86%
G=43.23%
B=17.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8999410.1000.590.6170.3441.4327.45
Hex596329A03B3D46291b
Octal1311435112073751065133
Binary1011001110001110100110100111011111101100011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596329; }

 p { color: rgb(89,99,41); }

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

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

 a { background-color: rgb(89,99,41); }

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

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

 span { border-color: rgb(89,99,41); }

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