#595F32

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

Shades of Saratoga #595F32

Tints of Saratoga #595F32

Color information

#595F32 (or 0x595F32) is unknown color: approx Saratoga. HEX triplet: 59, 5F and 32. RGB value is (89,95,50). Sum of RGB (Red+Green+Blue) = 89+95+50=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #595F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F32 is #A6A0CD. Grayscale: #585858. Windows color (decimal): -10920142 or 3301209. OLE color: 3301209.

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

Color convert

RGB899550-
CMYK0.0600.470.63
HSL68º31.03%28.43%-
HSV(B)68º47.37%37.25%-
XYZ8.7910.544.59-
YUV88.08106.51128.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=38.03%
G=40.60%
B=21.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995500.0600.470.636831.0328.43
Hex595F32602F3F441f1c
Octal131137626057771043734
Binary10110011011111110010110010111111111110001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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