#595C2F

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

Shades of Saratoga #595C2F

Tints of Saratoga #595C2F

Color information

#595C2F (or 0x595C2F) is unknown color: approx Saratoga. HEX triplet: 59, 5C and 2F. RGB value is (89,92,47). Sum of RGB (Red+Green+Blue) = 89+92+47=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #595C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C2F is #A6A3D0. Grayscale: #565656. Windows color (decimal): -10920913 or 3103833. OLE color: 3103833.

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

Color convert

RGB899247-
CMYK0.0300.490.64
HSL64º32.37%27.25%-
HSV(B)64º48.91%36.08%-
XYZ8.469.984.17-
YUV85.97106.01130.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=39.04%
G=40.35%
B=20.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8992470.0300.490.646432.3727.25
Hex595C2F30314040201b
Octal1311345730611001004033
Binary101100110111001011111101100011000000100000010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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