#595D36

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

Shades of Saratoga #595D36

Tints of Saratoga #595D36

Color information

#595D36 (or 0x595D36) is unknown color: approx Saratoga. HEX triplet: 59, 5D and 36. RGB value is (89,93,54). Sum of RGB (Red+Green+Blue) = 89+93+54=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #595D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D36 is #A6A2C9. Grayscale: #575757. Windows color (decimal): -10920650 or 3562841. OLE color: 3562841.

HSL color Cylindrical-coordinate representation of color #595D36: hue angle of 66.15º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595D36 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB899354-
CMYK0.0400.420.64
HSL66.15º26.53%28.82%-
HSV(B)66.15º41.94%36.47%-
XYZ8.710.225-
YUV87.36109.17129.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.71%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=37.71%
G=39.41%
B=22.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993540.0400.420.6466.1526.5328.82
Hex595D36402A40421b1d
Octal1311356640521001023335
Binary101100110111011101101000101010100000010000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595D36; }

 p { color: rgb(89,93,54); }

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

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

 a { background-color: rgb(89,93,54); }

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

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

 span { border-color: rgb(89,93,54); }

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