#505931

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

Shades of Saratoga #505931

Tints of Saratoga #505931

Color information

#505931 (or 0x505931) is unknown color: approx Saratoga. HEX triplet: 50, 59 and 31. RGB value is (80,89,49). Sum of RGB (Red+Green+Blue) = 80+89+49=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #505931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505931 is #AFA6CE. Grayscale: #515151. Windows color (decimal): -11511503 or 3234128. OLE color: 3234128.

HSL color Cylindrical-coordinate representation of color #505931: hue angle of 73.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505931 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB808949-
CMYK0.1000.450.65
HSL73.5º28.99%27.06%-
HSV(B)73.5º44.94%34.9%-
XYZ7.449.074.26-
YUV81.75109.52126.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=36.70%
G=40.83%
B=22.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089490.1000.450.6573.528.9927.06
Hex505931A02D414a1d1b
Octal12013161120551011123533
Binary1010000101100111000110100101101100000110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505931; }

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

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

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

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

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

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

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

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