Html Css Color HEX #596220 Saratoga

📋 copy color: '#596220'

red 89 ◦ green 98 ◦ blue 32

#596220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #596220

Tints of Saratoga #596220

RGB

 RED value IS 89 (35.16% from 255) = 40.64%

 GREEN value IS 98 (38.67% from 255) = 44.75%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 40.64%
G = 44.75%
B = 14.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#596220 (or 0x596220) is known color: Saratoga. HEX triplet: 59, 62 and 20. RGB value is (89,98,32). Sum of RGB (Red+Green+Blue) = 89+98+32=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #596220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596220 is #A69DDF. Grayscale: #585858. Windows color (decimal): -10919392 or 2122329. OLE color: 2122329.

HSL color Cylindrical-coordinate representation of color #596220: hue angle of 68.18º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #596220 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 98 32 -
CMYK 0.09 0 0.67 0.62
HSL 68.18º 0.51% 0.25% -
HSV(B) 68.18º 0.67% 0.38% -
XYZ 8.75 10.96 3.02 -
YUV 87.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 89 98 32 0.09 0 0.67 0.62 68.18 0.51 0.25
Hex 59 62 20 9 0 43 3E 44 33 19
Octal 131 142 40 11 0 103 76 104 63 31
Binary 1011001 1100010 100000 1001 0 1000011 111110 1000100 110011 11001

Color Harmonies of #596220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596220

Black with #596220

Text Example


Text Example

White with #596220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596220; }

 p { color: rgb(89,98,32); }

 H1.HeaderClassName
 {
   color: #596220;
 }
 .AnyTagClassName
 {
   color: #596220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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