#585928

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

Shades of Saratoga #585928

Tints of Saratoga #585928

Color information

#585928 (or 0x585928) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 28. RGB value is (88,89,40). Sum of RGB (Red+Green+Blue) = 88+89+40=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #585928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585928 is #A7A6D7. Grayscale: #535353. Windows color (decimal): -10987224 or 2644312. OLE color: 2644312.

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

Color convert

RGB888940-
CMYK0.0100.550.65
HSL61.22º37.98%25.29%-
HSV(B)61.22º55.06%34.9%-
XYZ7.989.373.4-
YUV83.12103.67131.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=40.55%
G=41.01%
B=18.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889400.0100.550.6561.2237.9825.29
Hex5859281037413d2619
Octal130131501067101754631
Binary1011000101100110100010110111100000111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585928; }

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

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

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

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

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

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

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

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