#515527

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

Shades of Saratoga #515527

Tints of Saratoga #515527

Color information

#515527 (or 0x515527) is unknown color: approx Saratoga. HEX triplet: 51, 55 and 27. RGB value is (81,85,39). Sum of RGB (Red+Green+Blue) = 81+85+39=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #515527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515527 is #AEAAD8. Grayscale: #4E4E4E. Windows color (decimal): -11447001 or 2577745. OLE color: 2577745.

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

Color convert

RGB818539-
CMYK0.0500.540.67
HSL65.22º37.1%24.31%-
HSV(B)65.22º54.12%33.33%-
XYZ7.018.393.17-
YUV78.56105.67129.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=39.51%
G=41.46%
B=19.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185390.0500.540.6765.2237.124.31
Hex515527503643412518
Octal1211254750661031014530
Binary1010001101010110011110101101101000011100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515527; }

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

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

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

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

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

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

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

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