#595D1A

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

Shades of Saratoga #595D1A

Tints of Saratoga #595D1A

Color information

#595D1A (or 0x595D1A) is unknown color: approx Saratoga. HEX triplet: 59, 5D and 1A. RGB value is (89,93,26). Sum of RGB (Red+Green+Blue) = 89+93+26=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #595D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D1A is #A6A2E5. Grayscale: #545454. Windows color (decimal): -10920678 or 1727833. OLE color: 1727833.

HSL color Cylindrical-coordinate representation of color #595D1A: hue angle of 63.58º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #595D1A is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB899326-
CMYK0.0400.720.64
HSL63.58º56.3%23.33%-
HSV(B)63.58º72.04%36.47%-
XYZ8.2210.032.48-
YUV84.1795.17131.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=42.79%
G=44.71%
B=12.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993260.0400.720.6463.5856.323.33
Hex595D1A404840403817
Octal13113532401101001007027
Binary1011001101110111010100010010001000000100000011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,26); }

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

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

 a { background-color: rgb(89,93,26); }

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

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

 span { border-color: rgb(89,93,26); }

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