#595935

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

Shades of Saratoga #595935

Tints of Saratoga #595935

Color information

#595935 (or 0x595935) is unknown color: approx Saratoga. HEX triplet: 59, 59 and 35. RGB value is (89,89,53). Sum of RGB (Red+Green+Blue) = 89+89+53=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595935 is #A6A6CA. Grayscale: #555555. Windows color (decimal): -10921675 or 3496281. OLE color: 3496281.

HSL color Cylindrical-coordinate representation of color #595935: hue angle of 60º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595935 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB898953-
CMYK000.400.65
HSL60º25.35%27.84%-
HSV(B)60º40.45%34.9%-
XYZ8.339.534.77-
YUV84.9110130.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.53%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=38.53%
G=38.53%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898953000.400.656025.3527.84
Hex5959350028413c191c
Octal131131650050101743134
Binary101100110110011101010010100010000011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595935; }

 p { color: rgb(89,89,53); }

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

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

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

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

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

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

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