#595927

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

Shades of Saratoga #595927

Tints of Saratoga #595927

Color information

#595927 (or 0x595927) is unknown color: approx Saratoga. HEX triplet: 59, 59 and 27. RGB value is (89,89,39). Sum of RGB (Red+Green+Blue) = 89+89+39=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595927 is #A6A6D8. Grayscale: #535353. Windows color (decimal): -10921689 or 2578777. OLE color: 2578777.

HSL color Cylindrical-coordinate representation of color #595927: hue angle of 60º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595927 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB898939-
CMYK000.560.65
HSL60º39.06%25.1%-
HSV(B)60º56.18%34.9%-
XYZ8.069.423.31-
YUV83.3103132.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=41.01%
G=41.01%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898939000.560.656039.0625.1
Hex5959270038413c2719
Octal131131470070101744731
Binary1011001101100110011100111000100000111110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595927; }

 p { color: rgb(89,89,39); }

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

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

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

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

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

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

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