#596331

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

Shades of Saratoga #596331

Tints of Saratoga #596331

Color information

#596331 (or 0x596331) is unknown color: approx Saratoga. HEX triplet: 59, 63 and 31. RGB value is (89,99,49). Sum of RGB (Red+Green+Blue) = 89+99+49=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #596331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596331 is #A69CCE. Grayscale: #5A5A5A. Windows color (decimal): -10919119 or 3236697. OLE color: 3236697.

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

Color convert

RGB899949-
CMYK0.1000.510.61
HSL72º33.78%29.02%-
HSV(B)72º50.51%38.82%-
XYZ9.1411.274.6-
YUV90.31104.69127.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=37.55%
G=41.77%
B=20.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8999490.1000.510.617233.7829.02
Hex596331A0333D48221d
Octal1311436112063751104235
Binary1011001110001111000110100110011111101100100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596331; }

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

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

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

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

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

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

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

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