#505731

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

Shades of Saratoga #505731

Tints of Saratoga #505731

Color information

#505731 (or 0x505731) is unknown color: approx Saratoga. HEX triplet: 50, 57 and 31. RGB value is (80,87,49). Sum of RGB (Red+Green+Blue) = 80+87+49=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #505731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505731 is #AFA8CE. Grayscale: #505050. Windows color (decimal): -11512015 or 3233616. OLE color: 3233616.

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

Color convert

RGB808749-
CMYK0.0800.440.66
HSL71.05º27.94%26.67%-
HSV(B)71.05º43.68%34.12%-
XYZ7.278.744.21-
YUV80.57110.18127.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=37.04%
G=40.28%
B=22.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087490.0800.440.6671.0527.9426.67
Hex505731802C42471c1b
Octal12012761100541021073433
Binary1010000101011111000110000101100100001010001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505731; }

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

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

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

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

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

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

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

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