#585A20

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

Shades of Saratoga #585A20

Tints of Saratoga #585A20

Color information

#585A20 (or 0x585A20) is unknown color: approx Saratoga. HEX triplet: 58, 5A and 20. RGB value is (88,90,32). Sum of RGB (Red+Green+Blue) = 88+90+32=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #585A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A20 is #A7A5DF. Grayscale: #535353. Windows color (decimal): -10986976 or 2120280. OLE color: 2120280.

HSL color Cylindrical-coordinate representation of color #585A20: hue angle of 62.07º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #585A20 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB889032-
CMYK0.0200.640.65
HSL62.07º47.54%23.92%-
HSV(B)62.07º64.44%35.29%-
XYZ7.949.492.78-
YUV82.7999.34131.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=41.90%
G=42.86%
B=15.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8890320.0200.640.6562.0747.5423.92
Hex585A202040413e3018
Octal1301324020100101766030
Binary101100010110101000001001000000100000111111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585A20; }

 p { color: rgb(88,90,32); }

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

<style>
 a { background-color: #585A20; }

 a { background-color: rgb(88,90,32); }

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

<style>
 span { border-color: #585A20; }

 span { border-color: rgb(88,90,32); }

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