#505631

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

Shades of Saratoga #505631

Tints of Saratoga #505631

Color information

#505631 (or 0x505631) is unknown color: approx Saratoga. HEX triplet: 50, 56 and 31. RGB value is (80,86,49). Sum of RGB (Red+Green+Blue) = 80+86+49=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #505631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505631 is #AFA9CE. Grayscale: #505050. Windows color (decimal): -11512271 or 3233360. OLE color: 3233360.

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

Color convert

RGB808649-
CMYK0.0700.430.66
HSL69.73º27.41%26.47%-
HSV(B)69.73º43.02%33.73%-
XYZ7.198.584.18-
YUV79.99110.51128.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=37.21%
G=40%
B=22.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086490.0700.430.6669.7327.4126.47
Hex505631702B42461b1a
Octal1201266170531021063332
Binary101000010101101100011110101011100001010001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505631; }

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

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

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

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

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

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

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

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