#505727

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

Shades of Saratoga #505727

Tints of Saratoga #505727

Color information

#505727 (or 0x505727) is unknown color: approx Saratoga. HEX triplet: 50, 57 and 27. RGB value is (80,87,39). Sum of RGB (Red+Green+Blue) = 80+87+39=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #505727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505727 is #AFA8D8. Grayscale: #4F4F4F. Windows color (decimal): -11512025 or 2578256. OLE color: 2578256.

HSL color Cylindrical-coordinate representation of color #505727: hue angle of 68.75º 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 #505727 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB808739-
CMYK0.0800.550.66
HSL68.75º38.1%24.71%-
HSV(B)68.75º55.17%34.12%-
XYZ7.088.673.22-
YUV79.43105.18128.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=38.83%
G=42.23%
B=18.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087390.0800.550.6668.7538.124.71
Hex505727803742452619
Octal12012747100671021054631
Binary10100001010111100111100001101111000010100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505727; }

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

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

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

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

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

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

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

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