#595B2C

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

Shades of Saratoga #595B2C

Tints of Saratoga #595B2C

Color information

#595B2C (or 0x595B2C) is unknown color: approx Saratoga. HEX triplet: 59, 5B and 2C. RGB value is (89,91,44). Sum of RGB (Red+Green+Blue) = 89+91+44=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #595B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B2C is #A6A4D3. Grayscale: #555555. Windows color (decimal): -10921172 or 2906969. OLE color: 2906969.

HSL color Cylindrical-coordinate representation of color #595B2C: hue angle of 62.55º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595B2C is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB899144-
CMYK0.0200.520.64
HSL62.55º34.81%26.47%-
HSV(B)62.55º51.65%35.69%-
XYZ8.329.793.83-
YUV85.04104.84130.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=39.73%
G=40.62%
B=19.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8991440.0200.520.6462.5534.8126.47
Hex595B2C2034403f231a
Octal131133542064100774332
Binary10110011011011101100100110100100000011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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