#595C21

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

Shades of Saratoga #595C21

Tints of Saratoga #595C21

Color information

#595C21 (or 0x595C21) is unknown color: approx Saratoga. HEX triplet: 59, 5C and 21. RGB value is (89,92,33). Sum of RGB (Red+Green+Blue) = 89+92+33=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #595C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C21 is #A6A3DE. Grayscale: #545454. Windows color (decimal): -10920927 or 2186329. OLE color: 2186329.

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

Color convert

RGB899233-
CMYK0.0300.640.64
HSL63.05º47.2%24.51%-
HSV(B)63.05º64.13%36.08%-
XYZ8.229.892.91-
YUV84.3899.01131.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=41.59%
G=42.99%
B=15.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8992330.0300.640.6463.0547.224.51
Hex595C213040403f2f19
Octal1311344130100100775731
Binary101100110111001000011101000000100000011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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