#516121

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

Shades of Saratoga #516121

Tints of Saratoga #516121

Color information

#516121 (or 0x516121) is unknown color: approx Saratoga. HEX triplet: 51, 61 and 21. RGB value is (81,97,33). Sum of RGB (Red+Green+Blue) = 81+97+33=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #516121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516121 is #AE9EDE. Grayscale: #555555. Windows color (decimal): -11443935 or 2187601. OLE color: 2187601.

HSL color Cylindrical-coordinate representation of color #516121: hue angle of 75º 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 #516121 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB819733-
CMYK0.1600.660.62
HSL75º49.23%25.49%-
HSV(B)75º65.98%38.04%-
XYZ7.9410.413.03-
YUV84.9298.7125.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=38.39%
G=45.97%
B=15.64%

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
Decimal8197330.1600.660.627549.2325.49
Hex516121100423E4b3119
Octal12114141200102761136131
Binary101000111000011000011000001000010111110100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516121; }

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

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

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

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

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

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

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

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