#585924

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

Shades of Saratoga #585924

Tints of Saratoga #585924

Color information

#585924 (or 0x585924) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 24. RGB value is (88,89,36). Sum of RGB (Red+Green+Blue) = 88+89+36=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #585924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585924 is #A7A6DB. Grayscale: #525252. Windows color (decimal): -10987228 or 2382168. OLE color: 2382168.

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

Color convert

RGB888936-
CMYK0.0100.600.65
HSL61.13º42.4%24.51%-
HSV(B)61.13º59.55%34.9%-
XYZ7.929.353.06-
YUV82.66101.67131.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=41.31%
G=41.78%
B=16.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889360.0100.600.6561.1342.424.51
Hex585924103C413d2a19
Octal130131441074101755231
Binary1011000101100110010010111100100000111110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585924; }

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

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

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

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

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

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

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

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