#595F3A

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

Shades of Saratoga #595F3A

Tints of Saratoga #595F3A

Color information

#595F3A (or 0x595F3A) is unknown color: approx Saratoga. HEX triplet: 59, 5F and 3A. RGB value is (89,95,58). Sum of RGB (Red+Green+Blue) = 89+95+58=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #595F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F3A is #A6A0C5. Grayscale: #595959. Windows color (decimal): -10920134 or 3825497. OLE color: 3825497.

HSL color Cylindrical-coordinate representation of color #595F3A: hue angle of 69.73º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595F3A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB899558-
CMYK0.0600.390.63
HSL69.73º24.18%30%-
HSV(B)69.73º38.95%37.25%-
XYZ8.9810.615.58-
YUV88.99110.51128.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=36.78%
G=39.26%
B=23.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995580.0600.390.6369.7324.1830
Hex595F3A60273F46181e
Octal131137726047771063036
Binary10110011011111111010110010011111111110001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,95,58); }

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

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

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

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

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

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

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