#515529

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

Shades of Saratoga #515529

Tints of Saratoga #515529

Color information

#515529 (or 0x515529) is unknown color: approx Saratoga. HEX triplet: 51, 55 and 29. RGB value is (81,85,41). Sum of RGB (Red+Green+Blue) = 81+85+41=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #515529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515529 is #AEAAD6. Grayscale: #4E4E4E. Windows color (decimal): -11446999 or 2708817. OLE color: 2708817.

HSL color Cylindrical-coordinate representation of color #515529: hue angle of 65.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515529 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB818541-
CMYK0.0500.520.67
HSL65.45º34.92%24.71%-
HSV(B)65.45º51.76%33.33%-
XYZ7.048.413.35-
YUV78.79106.67129.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=39.13%
G=41.06%
B=19.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185410.0500.520.6765.4534.9224.71
Hex515529503443412319
Octal1211255150641031014331
Binary1010001101010110100110101101001000011100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515529; }

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

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

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

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

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

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

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

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