#515627

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

Shades of Saratoga #515627

Tints of Saratoga #515627

Color information

#515627 (or 0x515627) is unknown color: approx Saratoga. HEX triplet: 51, 56 and 27. RGB value is (81,86,39). Sum of RGB (Red+Green+Blue) = 81+86+39=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #515627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515627 is #AEA9D8. Grayscale: #4F4F4F. Windows color (decimal): -11446745 or 2578001. OLE color: 2578001.

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

Color convert

RGB818639-
CMYK0.0600.550.66
HSL66.38º37.6%24.51%-
HSV(B)66.38º54.65%33.73%-
XYZ7.098.553.2-
YUV79.15105.34129.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=39.32%
G=41.75%
B=18.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186390.0600.550.6666.3837.624.51
Hex515627603742422619
Octal1211264760671021024631
Binary1010001101011010011111001101111000010100001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515627; }

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

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

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

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

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

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

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

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