#595C35

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

Shades of Saratoga #595C35

Tints of Saratoga #595C35

Color information

#595C35 (or 0x595C35) is unknown color: approx Saratoga. HEX triplet: 59, 5C and 35. RGB value is (89,92,53). Sum of RGB (Red+Green+Blue) = 89+92+53=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #595C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C35 is #A6A3CA. Grayscale: #565656. Windows color (decimal): -10920907 or 3497049. OLE color: 3497049.

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

Color convert

RGB899253-
CMYK0.0300.420.64
HSL64.62º26.9%28.43%-
HSV(B)64.62º42.39%36.08%-
XYZ8.5910.044.85-
YUV86.66109.01129.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=38.03%
G=39.32%
B=22.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8992530.0300.420.6464.6226.928.43
Hex595C35302A40411b1c
Octal1311346530521001013334
Binary10110011011100110101110101010100000010000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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