#505627

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

Shades of Saratoga #505627

Tints of Saratoga #505627

Color information

#505627 (or 0x505627) is unknown color: approx Saratoga. HEX triplet: 50, 56 and 27. RGB value is (80,86,39). Sum of RGB (Red+Green+Blue) = 80+86+39=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #505627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505627 is #AFA9D8. Grayscale: #4F4F4F. Windows color (decimal): -11512281 or 2578000. OLE color: 2578000.

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

Color convert

RGB808639-
CMYK0.0700.550.66
HSL67.66º37.6%24.51%-
HSV(B)67.66º54.65%33.73%-
XYZ78.513.19-
YUV78.85105.51128.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=39.02%
G=41.95%
B=19.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086390.0700.550.6667.6637.624.51
Hex505627703742442619
Octal1201264770671021044631
Binary1010000101011010011111101101111000010100010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505627; }

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

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

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

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

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

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

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

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