#515828

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

Shades of Saratoga #515828

Tints of Saratoga #515828

Color information

#515828 (or 0x515828) is unknown color: approx Saratoga. HEX triplet: 51, 58 and 28. RGB value is (81,88,40). Sum of RGB (Red+Green+Blue) = 81+88+40=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #515828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515828 is #AEA7D7. Grayscale: #505050. Windows color (decimal): -11446232 or 2644049. OLE color: 2644049.

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

Color convert

RGB818840-
CMYK0.0800.550.65
HSL68.75º37.5%25.1%-
HSV(B)68.75º54.55%34.51%-
XYZ7.278.883.34-
YUV80.44105.18128.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=38.76%
G=42.11%
B=19.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188400.0800.550.6568.7537.525.1
Hex515828803741452619
Octal12113050100671011054631
Binary10100011011000101000100001101111000001100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515828; }

 p { color: rgb(81,88,40); }

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

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

 a { background-color: rgb(81,88,40); }

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

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

 span { border-color: rgb(81,88,40); }

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