#595E2F

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

Shades of Saratoga #595E2F

Tints of Saratoga #595E2F

Color information

#595E2F (or 0x595E2F) is unknown color: approx Saratoga. HEX triplet: 59, 5E and 2F. RGB value is (89,94,47). Sum of RGB (Red+Green+Blue) = 89+94+47=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #595E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595E2F is #A6A1D0. Grayscale: #575757. Windows color (decimal): -10920401 or 3104345. OLE color: 3104345.

HSL color Cylindrical-coordinate representation of color #595E2F: hue angle of 66.38º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595E2F is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB899447-
CMYK0.0500.50.63
HSL66.38º33.33%27.65%-
HSV(B)66.38º50%36.86%-
XYZ8.6410.334.23-
YUV87.15105.34129.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=38.70%
G=40.87%
B=20.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8994470.0500.50.6366.3833.3327.65
Hex595E2F50323F42211c
Octal131136575062771024134
Binary101100110111101011111010110010111111100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,94,47); }

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

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

 a { background-color: rgb(89,94,47); }

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

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

 span { border-color: rgb(89,94,47); }

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