#596321

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

Shades of Saratoga #596321

Tints of Saratoga #596321

Color information

#596321 (or 0x596321) is unknown color: approx Saratoga. HEX triplet: 59, 63 and 21. RGB value is (89,99,33). Sum of RGB (Red+Green+Blue) = 89+99+33=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #596321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596321 is #A69CDE. Grayscale: #585858. Windows color (decimal): -10919135 or 2188121. OLE color: 2188121.

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

Color convert

RGB899933-
CMYK0.1000.670.61
HSL69.09º50%25.88%-
HSV(B)69.09º66.67%38.82%-
XYZ8.8611.163.13-
YUV88.4996.69128.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=40.27%
G=44.80%
B=14.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8999330.1000.670.6169.095025.88
Hex596321A0433D45321a
Octal13114341120103751056232
Binary10110011100011100001101001000011111101100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596321; }

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

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

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

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

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

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

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

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