#585F35

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

Shades of Saratoga #585F35

Tints of Saratoga #585F35

Color information

#585F35 (or 0x585F35) is unknown color: approx Saratoga. HEX triplet: 58, 5F and 35. RGB value is (88,95,53). Sum of RGB (Red+Green+Blue) = 88+95+53=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #585F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F35 is #A7A0CA. Grayscale: #585858. Windows color (decimal): -10985675 or 3497816. OLE color: 3497816.

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

Color convert

RGB889553-
CMYK0.0700.440.63
HSL70º28.38%29.02%-
HSV(B)70º44.21%37.25%-
XYZ8.7610.524.94-
YUV88.12108.18127.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=37.29%
G=40.25%
B=22.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8895530.0700.440.637028.3829.02
Hex585F35702C3F461c1d
Octal130137657054771063435
Binary10110001011111110101111010110011111110001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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