#59602C

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

Shades of Saratoga #59602C

Tints of Saratoga #59602C

Color information

#59602C (or 0x59602C) is unknown color: approx Saratoga. HEX triplet: 59, 60 and 2C. RGB value is (89,96,44). Sum of RGB (Red+Green+Blue) = 89+96+44=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #59602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59602C is #A69FD3. Grayscale: #585858. Windows color (decimal): -10919892 or 2908249. OLE color: 2908249.

HSL color Cylindrical-coordinate representation of color #59602C: hue angle of 68.08º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59602C is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB899644-
CMYK0.0700.540.62
HSL68.08º37.14%27.45%-
HSV(B)68.08º54.17%37.65%-
XYZ8.7610.673.98-
YUV87.98103.18128.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=38.86%
G=41.92%
B=19.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996440.0700.540.6268.0837.1427.45
Hex59602C70363E44251b
Octal131140547066761044533
Binary101100111000001011001110110110111110100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59602C; }

 p { color: rgb(89,96,44); }

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

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

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

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

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

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

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