#515729

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

Shades of Saratoga #515729

Tints of Saratoga #515729

Color information

#515729 (or 0x515729) is unknown color: approx Saratoga. HEX triplet: 51, 57 and 29. RGB value is (81,87,41). Sum of RGB (Red+Green+Blue) = 81+87+41=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #515729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515729 is #AEA8D6. Grayscale: #505050. Windows color (decimal): -11446487 or 2709329. OLE color: 2709329.

HSL color Cylindrical-coordinate representation of color #515729: hue angle of 67.83º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515729 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB818741-
CMYK0.0700.530.66
HSL67.83º35.94%25.1%-
HSV(B)67.83º52.87%34.12%-
XYZ7.28.733.4-
YUV79.96106.01128.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=38.76%
G=41.63%
B=19.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187410.0700.530.6667.8335.9425.1
Hex515729703542442419
Octal1211275170651021044431
Binary1010001101011110100111101101011000010100010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515729; }

 p { color: rgb(81,87,41); }

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

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

 a { background-color: rgb(81,87,41); }

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

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

 span { border-color: rgb(81,87,41); }

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