#516220

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

Shades of Saratoga #516220

Tints of Saratoga #516220

Color information

#516220 (or 0x516220) is unknown color: approx Saratoga. HEX triplet: 51, 62 and 20. RGB value is (81,98,32). Sum of RGB (Red+Green+Blue) = 81+98+32=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #516220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516220 is #AE9DDF. Grayscale: #555555. Windows color (decimal): -11443680 or 2122321. OLE color: 2122321.

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

Color convert

RGB819832-
CMYK0.1700.670.62
HSL75.45º50.77%25.49%-
HSV(B)75.45º67.35%38.43%-
XYZ8.0210.592.99-
YUV85.3997.87124.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=38.39%
G=46.45%
B=15.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198320.1700.670.6275.4550.7725.49
Hex516220110433E4b3319
Octal12114240210103761136331
Binary101000111000101000001000101000011111110100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516220; }

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

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

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

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

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

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

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

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