#516221

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

Shades of Saratoga #516221

Tints of Saratoga #516221

Color information

#516221 (or 0x516221) is unknown color: approx Saratoga. HEX triplet: 51, 62 and 21. RGB value is (81,98,33). Sum of RGB (Red+Green+Blue) = 81+98+33=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #516221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516221 is #AE9DDE. Grayscale: #555555. Windows color (decimal): -11443679 or 2187857. OLE color: 2187857.

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

Color convert

RGB819833-
CMYK0.1700.660.62
HSL75.69º49.62%25.69%-
HSV(B)75.69º66.33%38.43%-
XYZ8.0410.593.06-
YUV85.5198.37124.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=38.21%
G=46.23%
B=15.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198330.1700.660.6275.6949.6225.69
Hex516221110423E4c321a
Octal12114241210102761146232
Binary101000111000101000011000101000010111110100110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516221; }

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

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

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

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

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

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

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

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