#515626

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

Shades of Saratoga #515626

Tints of Saratoga #515626

Color information

#515626 (or 0x515626) is unknown color: approx Saratoga. HEX triplet: 51, 56 and 26. RGB value is (81,86,38). Sum of RGB (Red+Green+Blue) = 81+86+38=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #515626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515626 is #AEA9D9. Grayscale: #4F4F4F. Windows color (decimal): -11446746 or 2512465. OLE color: 2512465.

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

Color convert

RGB818638-
CMYK0.0600.560.66
HSL66.25º38.71%24.31%-
HSV(B)66.25º55.81%33.73%-
XYZ7.078.543.11-
YUV79.03104.84129.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=39.51%
G=41.95%
B=18.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186380.0600.560.6666.2538.7124.31
Hex515626603842422718
Octal1211264660701021024730
Binary1010001101011010011011001110001000010100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515626; }

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

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

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

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

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

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

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

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