#575928

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

Shades of Saratoga #575928

Tints of Saratoga #575928

Color information

#575928 (or 0x575928) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 28. RGB value is (87,89,40). Sum of RGB (Red+Green+Blue) = 87+89+40=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #575928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575928 is #A8A6D7. Grayscale: #535353. Windows color (decimal): -11052760 or 2644311. OLE color: 2644311.

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

Color convert

RGB878940-
CMYK0.0200.550.65
HSL62.45º37.98%25.29%-
HSV(B)62.45º55.06%34.9%-
XYZ7.899.323.39-
YUV82.82103.84130.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=40.28%
G=41.20%
B=18.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789400.0200.550.6562.4537.9825.29
Hex5759282037413e2619
Octal127131502067101764631
Binary10101111011001101000100110111100000111111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575928; }

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

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

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

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

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

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

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

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