#595D34

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

Shades of Saratoga #595D34

Tints of Saratoga #595D34

Color information

#595D34 (or 0x595D34) is unknown color: approx Saratoga. HEX triplet: 59, 5D and 34. RGB value is (89,93,52). Sum of RGB (Red+Green+Blue) = 89+93+52=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #595D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D34 is #A6A2CB. Grayscale: #575757. Windows color (decimal): -10920652 or 3431769. OLE color: 3431769.

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

Color convert

RGB899352-
CMYK0.0400.440.64
HSL65.85º28.28%28.43%-
HSV(B)65.85º44.09%36.47%-
XYZ8.6510.24.76-
YUV87.13108.17129.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=38.03%
G=39.74%
B=22.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993520.0400.440.6465.8528.2828.43
Hex595D34402C40421c1c
Octal1311356440541001023434
Binary101100110111011101001000101100100000010000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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