#595A2F

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

Shades of Saratoga #595A2F

Tints of Saratoga #595A2F

Color information

#595A2F (or 0x595A2F) is unknown color: approx Saratoga. HEX triplet: 59, 5A and 2F. RGB value is (89,90,47). Sum of RGB (Red+Green+Blue) = 89+90+47=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #595A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A2F is #A6A5D0. Grayscale: #545454. Windows color (decimal): -10921425 or 3103321. OLE color: 3103321.

HSL color Cylindrical-coordinate representation of color #595A2F: hue angle of 61.4º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #595A2F is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB899047-
CMYK0.0100.480.65
HSL61.4º31.39%26.86%-
HSV(B)61.4º47.78%35.29%-
XYZ8.299.644.11-
YUV84.8106.67131-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=39.38%
G=39.82%
B=20.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990470.0100.480.6561.431.3926.86
Hex595A2F1030413d1f1b
Octal131132571060101753733
Binary101100110110101011111011000010000011111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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