#515C32

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

Shades of Saratoga #515C32

Tints of Saratoga #515C32

Color information

#515C32 (or 0x515C32) is unknown color: approx Saratoga. HEX triplet: 51, 5C and 32. RGB value is (81,92,50). Sum of RGB (Red+Green+Blue) = 81+92+50=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #515C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C32 is #AEA3CD. Grayscale: #545454. Windows color (decimal): -11445198 or 3300433. OLE color: 3300433.

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

Color convert

RGB819250-
CMYK0.1200.460.64
HSL75.71º29.58%27.84%-
HSV(B)75.71º45.65%36.08%-
XYZ7.89.634.47-
YUV83.92108.86125.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=36.32%
G=41.26%
B=22.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192500.1200.460.6475.7129.5827.84
Hex515C32C02E404c1e1c
Octal12113462140561001143634
Binary1010001101110011001011000101110100000010011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,50); }

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

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

 a { background-color: rgb(81,92,50); }

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

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

 span { border-color: rgb(81,92,50); }

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