#585932

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

Shades of Saratoga #585932

Tints of Saratoga #585932

Color information

#585932 (or 0x585932) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 32. RGB value is (88,89,50). Sum of RGB (Red+Green+Blue) = 88+89+50=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #585932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585932 is #A7A6CD. Grayscale: #545454. Windows color (decimal): -10987214 or 3299672. OLE color: 3299672.

HSL color Cylindrical-coordinate representation of color #585932: hue angle of 61.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585932 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB888950-
CMYK0.0100.440.65
HSL61.54º28.06%27.25%-
HSV(B)61.54º43.82%34.9%-
XYZ8.179.454.41-
YUV84.26108.67130.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=38.77%
G=39.21%
B=22.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889500.0100.440.6561.5428.0627.25
Hex585932102C413e1c1b
Octal130131621054101763433
Binary101100010110011100101010110010000011111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585932; }

 p { color: rgb(88,89,50); }

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

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

 a { background-color: rgb(88,89,50); }

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

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

 span { border-color: rgb(88,89,50); }

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