#595A2C

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

Shades of Saratoga #595A2C

Tints of Saratoga #595A2C

Color information

#595A2C (or 0x595A2C) is unknown color: approx Saratoga. HEX triplet: 59, 5A and 2C. RGB value is (89,90,44). Sum of RGB (Red+Green+Blue) = 89+90+44=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #595A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A2C is #A6A5D3. Grayscale: #545454. Windows color (decimal): -10921428 or 2906713. OLE color: 2906713.

HSL color Cylindrical-coordinate representation of color #595A2C: hue angle of 61.3º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595A2C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB899044-
CMYK0.0100.510.65
HSL61.3º34.33%26.27%-
HSV(B)61.3º51.11%35.29%-
XYZ8.239.623.81-
YUV84.46105.17131.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=39.91%
G=40.36%
B=19.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990440.0100.510.6561.334.3326.27
Hex595A2C1033413d221a
Octal131132541063101754232
Binary1011001101101010110010110011100000111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595A2C; }

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

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

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

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

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

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

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

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