#575827

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

Shades of Saratoga #575827

Tints of Saratoga #575827

Color information

#575827 (or 0x575827) is unknown color: approx Saratoga. HEX triplet: 57, 58 and 27. RGB value is (87,88,39). Sum of RGB (Red+Green+Blue) = 87+88+39=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #575827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575827 is #A8A7D8. Grayscale: #525252. Windows color (decimal): -11053017 or 2578519. OLE color: 2578519.

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

Color convert

RGB878839-
CMYK0.0100.560.65
HSL61.22º38.58%24.9%-
HSV(B)61.22º55.68%34.51%-
XYZ7.799.153.28-
YUV82.12103.67131.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=40.65%
G=41.12%
B=18.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788390.0100.560.6561.2238.5824.9
Hex5758271038413d2719
Octal127130471070101754731
Binary1010111101100010011110111000100000111110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575827; }

 p { color: rgb(87,88,39); }

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

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

 a { background-color: rgb(87,88,39); }

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

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

 span { border-color: rgb(87,88,39); }

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