#585F2C

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

Shades of Saratoga #585F2C

Tints of Saratoga #585F2C

Color information

#585F2C (or 0x585F2C) is unknown color: approx Saratoga. HEX triplet: 58, 5F and 2C. RGB value is (88,95,44). Sum of RGB (Red+Green+Blue) = 88+95+44=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #585F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F2C is #A7A0D3. Grayscale: #575757. Windows color (decimal): -10985684 or 2907992. OLE color: 2907992.

HSL color Cylindrical-coordinate representation of color #585F2C: hue angle of 68.24º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #585F2C is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB889544-
CMYK0.0700.540.63
HSL68.24º36.69%27.25%-
HSV(B)68.24º53.68%37.25%-
XYZ8.5710.443.95-
YUV87.09103.68128.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=38.77%
G=41.85%
B=19.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8895440.0700.540.6368.2436.6927.25
Hex585F2C70363F44251b
Octal130137547066771044533
Binary101100010111111011001110110110111111100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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