#59652A

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

Shades of Saratoga #59652A

Tints of Saratoga #59652A

Color information

#59652A (or 0x59652A) is unknown color: approx Saratoga. HEX triplet: 59, 65 and 2A. RGB value is (89,101,42). Sum of RGB (Red+Green+Blue) = 89+101+42=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #59652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59652A is #A69AD5. Grayscale: #5A5A5A. Windows color (decimal): -10918614 or 2778457. OLE color: 2778457.

HSL color Cylindrical-coordinate representation of color #59652A: hue angle of 72.2º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59652A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB8910142-
CMYK0.1200.580.60
HSL72.2º41.26%28.04%-
HSV(B)72.2º58.42%39.61%-
XYZ9.1911.63.94-
YUV90.69100.52126.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=38.36%
G=43.53%
B=18.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89101420.1200.580.6072.241.2628.04
Hex59652AC03A3C48291c
Octal1311455214072741105134
Binary1011001110010110101011000111010111100100100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59652A; }

 p { color: rgb(89,101,42); }

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

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

 a { background-color: rgb(89,101,42); }

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

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

 span { border-color: rgb(89,101,42); }

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