#576027

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

Shades of Saratoga #576027

Tints of Saratoga #576027

Color information

#576027 (or 0x576027) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 27. RGB value is (87,96,39). Sum of RGB (Red+Green+Blue) = 87+96+39=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #576027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576027 is #A89FD8. Grayscale: #575757. Windows color (decimal): -11050969 or 2580567. OLE color: 2580567.

HSL color Cylindrical-coordinate representation of color #576027: hue angle of 69.47º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #576027 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB879639-
CMYK0.0900.590.62
HSL69.47º42.22%26.47%-
HSV(B)69.47º59.38%37.65%-
XYZ8.4810.543.51-
YUV86.81101.02128.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=39.19%
G=43.24%
B=17.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796390.0900.590.6269.4742.2226.47
Hex576027903B3E452a1a
Octal1271404711073761055232
Binary1010111110000010011110010111011111110100010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576027; }

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

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

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

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

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

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

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

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