#515927

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

Shades of Saratoga #515927

Tints of Saratoga #515927

Color information

#515927 (or 0x515927) is unknown color: approx Saratoga. HEX triplet: 51, 59 and 27. RGB value is (81,89,39). Sum of RGB (Red+Green+Blue) = 81+89+39=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #515927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515927 is #AEA6D8. Grayscale: #515151. Windows color (decimal): -11445977 or 2578769. OLE color: 2578769.

HSL color Cylindrical-coordinate representation of color #515927: hue angle of 69.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515927 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB818939-
CMYK0.0900.560.65
HSL69.6º39.06%25.1%-
HSV(B)69.6º56.18%34.9%-
XYZ7.339.043.28-
YUV80.91104.35128.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=38.76%
G=42.58%
B=18.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189390.0900.560.6569.639.0625.1
Hex515927903841462719
Octal12113147110701011064731
Binary10100011011001100111100101110001000001100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515927; }

 p { color: rgb(81,89,39); }

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

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

 a { background-color: rgb(81,89,39); }

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

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

 span { border-color: rgb(81,89,39); }

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