#575923

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

Shades of Saratoga #575923

Tints of Saratoga #575923

Color information

#575923 (or 0x575923) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 23. RGB value is (87,89,35). Sum of RGB (Red+Green+Blue) = 87+89+35=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #575923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575923 is #A8A6DC. Grayscale: #525252. Windows color (decimal): -11052765 or 2316631. OLE color: 2316631.

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

Color convert

RGB878935-
CMYK0.0200.610.65
HSL62.22º43.55%24.31%-
HSV(B)62.22º60.67%34.9%-
XYZ7.819.292.97-
YUV82.25101.34131.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 35 (14.06% from 255) = 16.59%
R=41.23%
G=42.18%
B=16.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789350.0200.610.6562.2243.5524.31
Hex575923203D413e2c18
Octal127131432075101765430
Binary10101111011001100011100111101100000111111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575923; }

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

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

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

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

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

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

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

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