#505732

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

Shades of Saratoga #505732

Tints of Saratoga #505732

Color information

#505732 (or 0x505732) is unknown color: approx Saratoga. HEX triplet: 50, 57 and 32. RGB value is (80,87,50). Sum of RGB (Red+Green+Blue) = 80+87+50=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #505732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505732 is #AFA8CD. Grayscale: #505050. Windows color (decimal): -11512014 or 3299152. OLE color: 3299152.

HSL color Cylindrical-coordinate representation of color #505732: hue angle of 71.35º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505732 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB808750-
CMYK0.0800.430.66
HSL71.35º27.01%26.86%-
HSV(B)71.35º42.53%34.12%-
XYZ7.298.754.32-
YUV80.69110.68127.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=36.87%
G=40.09%
B=23.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087500.0800.430.6671.3527.0126.86
Hex505732802B42471b1b
Octal12012762100531021073333
Binary1010000101011111001010000101011100001010001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505732; }

 p { color: rgb(80,87,50); }

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

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

 a { background-color: rgb(80,87,50); }

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

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

 span { border-color: rgb(80,87,50); }

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