#515D31

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

Shades of Saratoga #515D31

Tints of Saratoga #515D31

Color information

#515D31 (or 0x515D31) is unknown color: approx Saratoga. HEX triplet: 51, 5D and 31. RGB value is (81,93,49). Sum of RGB (Red+Green+Blue) = 81+93+49=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #515D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D31 is #AEA2CE. Grayscale: #545454. Windows color (decimal): -11444943 or 3235153. OLE color: 3235153.

HSL color Cylindrical-coordinate representation of color #515D31: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515D31 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB819349-
CMYK0.1300.470.64
HSL76.36º30.99%27.84%-
HSV(B)76.36º47.31%36.47%-
XYZ7.869.84.38-
YUV84.4108.02125.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=36.32%
G=41.70%
B=21.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193490.1300.470.6476.3630.9927.84
Hex515D31D02F404c1f1c
Octal12113561150571001143734
Binary1010001101110111000111010101111100000010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515D31; }

 p { color: rgb(81,93,49); }

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

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

 a { background-color: rgb(81,93,49); }

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

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

 span { border-color: rgb(81,93,49); }

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