#516021

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

Shades of Saratoga #516021

Tints of Saratoga #516021

Color information

#516021 (or 0x516021) is unknown color: approx Saratoga. HEX triplet: 51, 60 and 21. RGB value is (81,96,33). Sum of RGB (Red+Green+Blue) = 81+96+33=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #516021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516021 is #AE9FDE. Grayscale: #545454. Windows color (decimal): -11444191 or 2187345. OLE color: 2187345.

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

Color convert

RGB819633-
CMYK0.1600.660.62
HSL74.29º48.84%25.29%-
HSV(B)74.29º65.62%37.65%-
XYZ7.8510.223-
YUV84.3399.03125.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=38.57%
G=45.71%
B=15.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196330.1600.660.6274.2948.8425.29
Hex516021100423E4a3119
Octal12114041200102761126131
Binary101000111000001000011000001000010111110100101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516021; }

 p { color: rgb(81,96,33); }

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

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

 a { background-color: rgb(81,96,33); }

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

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

 span { border-color: rgb(81,96,33); }

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