#585B2C

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

Shades of Saratoga #585B2C

Tints of Saratoga #585B2C

Color information

#585B2C (or 0x585B2C) is unknown color: approx Saratoga. HEX triplet: 58, 5B and 2C. RGB value is (88,91,44). Sum of RGB (Red+Green+Blue) = 88+91+44=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 91 - color contains mainly: green. Hex color #585B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B2C is #A7A4D3. Grayscale: #545454. Windows color (decimal): -10986708 or 2906968. OLE color: 2906968.

HSL color Cylindrical-coordinate representation of color #585B2C: hue angle of 63.83º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #585B2C is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB889144-
CMYK0.0300.520.64
HSL63.83º34.81%26.47%-
HSV(B)63.83º51.65%35.69%-
XYZ8.229.743.83-
YUV84.74105.01130.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 91 (35.94% from 255) = 40.81%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=39.46%
G=40.81%
B=19.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891440.0300.520.6463.8334.8126.47
Hex585B2C30344040231a
Octal1301335430641001004332
Binary101100010110111011001101101001000000100000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,44); }

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

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

 a { background-color: rgb(88,91,44); }

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

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

 span { border-color: rgb(88,91,44); }

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