#505629

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

Shades of Saratoga #505629

Tints of Saratoga #505629

Color information

#505629 (or 0x505629) is unknown color: approx Saratoga. HEX triplet: 50, 56 and 29. RGB value is (80,86,41). Sum of RGB (Red+Green+Blue) = 80+86+41=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #505629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505629 is #AFA9D6. Grayscale: #4F4F4F. Windows color (decimal): -11512279 or 2709072. OLE color: 2709072.

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

Color convert

RGB808641-
CMYK0.0700.520.66
HSL68º35.43%24.9%-
HSV(B)68º52.33%33.73%-
XYZ7.048.523.37-
YUV79.08106.51128.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=38.65%
G=41.55%
B=19.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086410.0700.520.666835.4324.9
Hex505629703442442319
Octal1201265170641021044331
Binary1010000101011010100111101101001000010100010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505629; }

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

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

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

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

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

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

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

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