#515628

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

Shades of Saratoga #515628

Tints of Saratoga #515628

Color information

#515628 (or 0x515628) is unknown color: approx Saratoga. HEX triplet: 51, 56 and 28. RGB value is (81,86,40). Sum of RGB (Red+Green+Blue) = 81+86+40=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #515628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515628 is #AEA9D7. Grayscale: #4F4F4F. Windows color (decimal): -11446744 or 2643537. OLE color: 2643537.

HSL color Cylindrical-coordinate representation of color #515628: hue angle of 66.52º degrees, saturation: 0.37, 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 #515628 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB818640-
CMYK0.0600.530.66
HSL66.52º36.51%24.71%-
HSV(B)66.52º53.49%33.73%-
XYZ7.18.563.28-
YUV79.26105.84129.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=39.13%
G=41.55%
B=19.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186400.0600.530.6666.5236.5124.71
Hex515628603542432519
Octal1211265060651021034531
Binary1010001101011010100011001101011000010100001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515628; }

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

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

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

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

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

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

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

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