#575924

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

Shades of Saratoga #575924

Tints of Saratoga #575924

Color information

#575924 (or 0x575924) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 24. RGB value is (87,89,36). Sum of RGB (Red+Green+Blue) = 87+89+36=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #575924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575924 is #A8A6DB. Grayscale: #525252. Windows color (decimal): -11052764 or 2382167. OLE color: 2382167.

HSL color Cylindrical-coordinate representation of color #575924: hue angle of 62.26º 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 #575924 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB878936-
CMYK0.0200.600.65
HSL62.26º42.4%24.51%-
HSV(B)62.26º59.55%34.9%-
XYZ7.829.33.05-
YUV82.36101.84131.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=41.04%
G=41.98%
B=16.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789360.0200.600.6562.2642.424.51
Hex575924203C413e2a19
Octal127131442074101765231
Binary10101111011001100100100111100100000111111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575924; }

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

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

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

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

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

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

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

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