#595D29

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

Shades of Saratoga #595D29

Tints of Saratoga #595D29

Color information

#595D29 (or 0x595D29) is unknown color: approx Saratoga. HEX triplet: 59, 5D and 29. RGB value is (89,93,41). Sum of RGB (Red+Green+Blue) = 89+93+41=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #595D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D29 is #A6A2D6. Grayscale: #565656. Windows color (decimal): -10920663 or 2710873. OLE color: 2710873.

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

Color convert

RGB899341-
CMYK0.0400.560.64
HSL64.62º38.81%26.27%-
HSV(B)64.62º55.91%36.47%-
XYZ8.4310.113.61-
YUV85.88102.67130.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=39.91%
G=41.70%
B=18.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993410.0400.560.6464.6238.8126.27
Hex595D2940384041271a
Octal1311355140701001014732
Binary1011001101110110100110001110001000000100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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