#585C3B

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

Shades of Saratoga #585C3B

Tints of Saratoga #585C3B

Color information

#585C3B (or 0x585C3B) is unknown color: approx Saratoga. HEX triplet: 58, 5C and 3B. RGB value is (88,92,59). Sum of RGB (Red+Green+Blue) = 88+92+59=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #585C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C3B is #A7A3C4. Grayscale: #575757. Windows color (decimal): -10986437 or 3890264. OLE color: 3890264.

HSL color Cylindrical-coordinate representation of color #585C3B: hue angle of 67.27º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585C3B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB889259-
CMYK0.0400.360.64
HSL67.27º21.85%29.61%-
HSV(B)67.27º35.87%36.08%-
XYZ8.6410.045.62-
YUV87.04112.17128.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=36.82%
G=38.49%
B=24.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892590.0400.360.6467.2721.8529.61
Hex585C3B40244043161e
Octal1301347340441001032636
Binary101100010111001110111000100100100000010000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,59); }

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

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

 a { background-color: rgb(88,92,59); }

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

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

 span { border-color: rgb(88,92,59); }

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