#50562E

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

Shades of Saratoga #50562E

Tints of Saratoga #50562E

Color information

#50562E (or 0x50562E) is unknown color: approx Saratoga. HEX triplet: 50, 56 and 2E. RGB value is (80,86,46). Sum of RGB (Red+Green+Blue) = 80+86+46=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #50562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50562E is #AFA9D1. Grayscale: #4F4F4F. Windows color (decimal): -11512274 or 3036752. OLE color: 3036752.

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

Color convert

RGB808646-
CMYK0.0700.470.66
HSL69º30.3%25.88%-
HSV(B)69º46.51%33.73%-
XYZ7.138.563.86-
YUV79.65109.01128.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=37.74%
G=40.57%
B=21.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086460.0700.470.666930.325.88
Hex50562E702F42451e1a
Octal1201265670571021053632
Binary101000010101101011101110101111100001010001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50562E; }

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

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

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

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

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

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

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

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