#596432

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

Shades of Saratoga #596432

Tints of Saratoga #596432

Color information

#596432 (or 0x596432) is unknown color: approx Saratoga. HEX triplet: 59, 64 and 32. RGB value is (89,100,50). Sum of RGB (Red+Green+Blue) = 89+100+50=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #596432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596432 is #A69BCD. Grayscale: #5B5B5B. Windows color (decimal): -10918862 or 3302489. OLE color: 3302489.

HSL color Cylindrical-coordinate representation of color #596432: hue angle of 73.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #596432 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB8910050-
CMYK0.1100.500.61
HSL73.2º33.33%29.41%-
HSV(B)73.2º50%39.22%-
XYZ9.2511.474.74-
YUV91.01104.86126.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=37.24%
G=41.84%
B=20.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal89100500.1100.500.6173.233.3329.41
Hex596432B0323D49211d
Octal1311446213062751114135
Binary1011001110010011001010110110010111101100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596432; }

 p { color: rgb(89,100,50); }

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

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

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

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

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

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

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